`go version go1.13.5 darwin/amd64` following the doc I ran: > go get -u github.com/thecodingmachine/gotenberg-go-client/v7 which produced: ``` package github.com/thecodingmachine/gotenberg-go-client/v7: cannot find package "github.com/thecodingmachine/gotenberg-go-client/v7" in any of: /usr/local/go/src/github.com/thecodingmachine/gotenberg-go-client/v7 (from $GOROOT) /Users/jean-charlespassepont/go/src/github.com/thecodingmachine/gotenberg-go-client/v7 (from $GOPATH) ``` but it's including well with go mods. You might want to update the README
go version go1.13.5 darwin/amd64following the doc I ran:
which produced:
but it's including well with go mods.
You might want to update the README