···11+# Created by https://www.toptal.com/developers/gitignore/api/go
22+# Edit at https://www.toptal.com/developers/gitignore?templates=go
33+44+### Go ###
55+# If you prefer the allow list template instead of the deny list, see community template:
66+# https://github.com/github/gitignore/blob/main/community/Golang/Go.AllowList.gitignore
77+#
88+# Binaries for programs and plugins
99+*.exe
1010+*.exe~
1111+*.dll
1212+*.so
1313+*.dylib
1414+1515+# Test binary, built with `go test -c`
1616+*.test
1717+1818+# Output of the go coverage tool, specifically when used with LiteIDE
1919+*.out
2020+2121+# Dependency directories (remove the comment below to include it)
2222+# vendor/
2323+2424+# Go workspace file
2525+go.work
2626+2727+# End of https://www.toptal.com/developers/gitignore/api/go