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 7b7d075 commit 6a9c912Copy full SHA for 6a9c912
Makefile
@@ -6,21 +6,3 @@ cover:
6
go test -coverprofile=go-cover.profile -timeout 5s ./...
7
go tool cover -html=go-cover.profile
8
rm go-cover.profile
9
-
10
-# release:
11
-# gox -output "dist/sqlvet_{{.OS}}_{{.Arch}}" \
12
-# -ldflags "-X main.gitCommit=`git rev-list -1 HEAD`" \
13
-# -osarch="linux/amd64" \
14
-# -osarch="windows/amd64" \
15
-# -osarch="freebsd/amd64" \
16
-# -osarch="openbsd/amd64" \
17
-# -osarch="netbsd/amd64" \
18
-# -osarch="darwin/amd64" \
19
-# ./...
20
-# ghr -t ${GITHUB_TOKEN} \
21
-# -u houqp \
22
-# --draft \
23
-# -r sqlvet \
24
-# -c `git rev-parse HEAD` \
25
-# --replace `git describe --tags` \
26
-# ./dist/
0 commit comments