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

@@ -1,4 +1,4 @@
GOLANG_VERSION=1.11.2
GOLANG_VERSION=1.12
VERSION=snapshot
DOCKER_USER=
DOCKER_PASSWORD=
@@ -11,6 +11,7 @@ doc:
# gofmt and goimports all go files.
fmt:
go fmt ./...
go mod tidy
# run all linters.
lint: