empty repo

This commit is contained in:
Kyle Quest 2017-09-09 09:39:12 -07:00
commit 954c0c0512
3 changed files with 20 additions and 0 deletions

17
.gitignore vendored Normal file
View File

@ -0,0 +1,17 @@
# Mac OS X files
.DS_Store
# Binaries for programs and plugins
*.exe
*.dll
*.so
*.dylib
# Test binary, build with `go test -c`
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
# Project-local glide cache, RE: https://github.com/Masterminds/glide/issues/736
.glide/

1
LICENSE.md Normal file
View File

@ -0,0 +1 @@
Hacker license!

2
README.md Normal file
View File

@ -0,0 +1,2 @@
# Standard Go Project Layout