add return (#1158)

This commit is contained in:
Alex Sharov 2020-09-30 16:28:36 +07:00 committed by GitHub
parent 0559d56dae
commit 0e62fa4d59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
GOBIN = $(shell pwd)/build/bin
GOBIN = $(CURDIR)/build/bin
GOBUILD = env GO111MODULE=on go build -trimpath
GOTEST = go test ./... -p 1