We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd27b6e commit 322acc8Copy full SHA for 322acc8
.gitignore
@@ -57,3 +57,4 @@ Temporary Items
57
58
# End of https://www.toptal.com/developers/gitignore/api/osx,go
59
dist/
60
+.envrc
.goreleaser.yaml
@@ -5,8 +5,6 @@ before:
5
hooks:
6
# You may remove this if you don't use go modules.
7
- go mod tidy
8
- # you may remove this if you don't need go generate
9
- - go generate ./...
10
builds:
11
- env:
12
- CGO_ENABLED=0
0 commit comments