removing go client library => now available at github.com/thecodingmachine/gotenberg-go-client

This commit is contained in:
Julien Neuhart
2019-03-15 17:07:51 +01:00
parent 2aaa2eeaff
commit c0297aa061
29 changed files with 23 additions and 911 deletions

View File

@@ -206,7 +206,7 @@ $ curl --request POST \
### Go
```golang
import "github.com/thecodingmachine/gotenberg/pkg"
import "github.com/thecodingmachine/gotenberg-go-client/v4"
func main() {
c := &gotenberg.Client{Hostname: "http://localhost:3000"}