diff --git a/build/docs/content/07-office.md b/build/docs/content/07-office.md index a024b236..1dbae793 100644 --- a/build/docs/content/07-office.md +++ b/build/docs/content/07-office.md @@ -139,7 +139,7 @@ $ curl --request POST \ ### Go ```golang -import "github.com/thecodingmachine/gotenberg-go-client/v6" +import "github.com/thecodingmachine/gotenberg-go-client/v7" c := &gotenberg.Client{Hostname: "http://localhost:3000"} doc, _ := gotenberg.NewDocumentFromPath("document.docx", "/path/to/file") diff --git a/docs/index.html b/docs/index.html index 6769a751..4853baa6 100755 --- a/docs/index.html +++ b/docs/index.html @@ -1265,7 +1265,7 @@ applied for each document.
Go -import "github.com/thecodingmachine/gotenberg-go-client/v6" +import "github.com/thecodingmachine/gotenberg-go-client/v7" c := &gotenberg.Client{Hostname: "http://localhost:3000"} doc, _ := gotenberg.NewDocumentFromPath("document.docx", "/path/to/file")