We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9567564 commit b8d187bCopy full SHA for b8d187b
server/Makefile
@@ -7,7 +7,7 @@ all: check gva initdb run
7
8
gva:
9
go env -w GO111MODULE=on
10
- go env -w GOPROXY=https://goproxy.io,direct
+ go env -w GOPROXY=https://goproxy.io,direct
11
go build -o ${GVA} cmd/main.go
12
13
initdb:
0 commit comments