File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+
2+ # Created by https://www.toptal.com/developers/gitignore/api/go
3+ # Edit at https://www.toptal.com/developers/gitignore?templates=go
4+
5+ # ## Go ###
6+ # Binaries for programs and plugins
7+ * .exe
8+ * .exe~
9+ * .dll
10+ * .so
11+ * .dylib
12+
13+ # Test binary, built with `go test -c`
14+ * .test
15+
16+ # Output of the go coverage tool, specifically when used with LiteIDE
17+ * .out
18+
19+ # Dependency directories (remove the comment below to include it)
20+ # vendor/
21+
22+ # ## Go Patch ###
23+ /vendor /
24+ /Godeps /
25+
26+ # End of https://www.toptal.com/developers/gitignore/api/go
27+
28+ # ## Go Releaser ###
29+ /dist
Original file line number Diff line number Diff line change 1+ builds :
2+ - env :
3+ - CGO_ENABLED=0
4+ goos :
5+ - linux
6+ - windows
7+ - darwin
8+ archives :
9+ - replacements :
10+ darwin : Darwin
11+ linux : Linux
12+ windows : Windows
13+ 386 : i386
14+ amd64 : x86_64
15+ snapshot :
16+ name_template : " {{ .Tag }}-next"
You can’t perform that action at this time.
0 commit comments