upgrade to go 1.16 and add a banner

This commit is contained in:
hdt3213
2021-05-02 15:42:29 +08:00
parent f29298cc68
commit 12b17750b2
5 changed files with 14 additions and 3 deletions

View File

@@ -1,3 +1,3 @@
#!/usr/bin/env bash
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o target/godis-linux ./src/cmd
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o target/godis-linux ./cmd