mirror of
https://github.com/documize/community.git
synced 2025-07-24 07:39:43 +02:00
GitHub section improvements
This commit is contained in:
parent
60131df628
commit
65666c5a89
11 changed files with 686 additions and 668 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue