Skip to content

Commit d05ee6e

Browse files
committed
chore: goreleaser
1 parent bdb860b commit d05ee6e

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
dist

.goreleaser.yml

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
builds:
2+
- main: proxy.go
3+
binary: proxy
4+
goos:
5+
- windows
6+
- darwin
7+
- linux
8+
goarch:
9+
- amd64

0 commit comments

Comments
 (0)