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 29d52f5 commit fe1122bCopy full SHA for fe1122b
.goreleaser.yml
@@ -0,0 +1,11 @@
1
+# .goreleaser.yml
2
+# Build customization
3
+builds:
4
+ - main: cmd/gofmtmd/main.go
5
+ binary: gofmtmd
6
+ goos:
7
+ - windows
8
+ - darwin
9
+ - linux
10
+ goarch:
11
+ - amd64
0 commit comments