Init go package & gitignore

This commit is contained in:
David Arnold 2020-06-03 12:55:58 -05:00
parent b933599075
commit 1652d2fe4a
No known key found for this signature in database
GPG key ID: 6D6A936E69C59D08
3 changed files with 22 additions and 4 deletions

19
.gitignore vendored Normal file
View file

@ -0,0 +1,19 @@
### Go ###
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
# Test binary, built with `go test -c`
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
### Go Patch ###
# Don't ship packages
# - at least during initial development or until somebody presents a reason to
/vendor/
/Godeps/