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 ca8d406 commit 59fd526Copy full SHA for 59fd526
.goreleaser.yml
@@ -20,6 +20,12 @@ builds:
20
- amd64
21
- arm64
22
23
+ # Path to main.go file or main package.
24
+ # Notice: when used with `gomod.proxy`, this must be a package.
25
+ #
26
+ # Default is `.`.
27
+ main: ./cmd/easygen
28
+
29
nfpms:
30
- maintainer: Tong Sun <suntong@cpan.org>
31
description: easygen - Easy to use universal code/text generator
0 commit comments