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 c29a09e commit 09944a2Copy full SHA for 09944a2
.gitignore
@@ -1,3 +1,4 @@
1
random_data_load*
2
vendor/
3
bin/*
4
+dist/*
.goreleaser.yml
@@ -3,9 +3,9 @@
before:
hooks:
5
# you may remove this if you don't use vgo
6
- - go mod tidy
+ # - go mod tidy
7
# you may remove this if you don't need go generate
8
- - go generate ./...
+ # - go generate ./...
9
builds:
10
- env:
11
- CGO_ENABLED=0
0 commit comments