commit 954c0c0512efc23a0abe6aa508bc191b14b1d70c Author: Kyle Quest Date: Sat Sep 9 09:39:12 2017 -0700 empty repo diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ab88ab0 --- /dev/null +++ b/.gitignore @@ -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/ diff --git a/LICENSE.md b/LICENSE.md new file mode 100644 index 0000000..cced8d8 --- /dev/null +++ b/LICENSE.md @@ -0,0 +1 @@ +Hacker license! diff --git a/README.md b/README.md new file mode 100644 index 0000000..5e068af --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# Standard Go Project Layout +