1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-24 15:49:44 +02:00

GitHub section improvements

This commit is contained in:
Harvey Kandola 2017-05-17 07:22:18 +01:00
parent 60131df628
commit 65666c5a89
11 changed files with 686 additions and 668 deletions

View file

@ -26,7 +26,7 @@ import (
// Msword type provides a peg to hang the Convert method on.
type Msword struct{}
// Convert converts a file into the Countersoft Documize format.
// Convert converts a file into the Documize format.
func (file *Msword) Convert(r api.DocumentConversionRequest, reply *api.DocumentConversionResponse) error {
byts, err := json.Marshal(r)
if err != nil {