From 954c0c0512efc23a0abe6aa508bc191b14b1d70c Mon Sep 17 00:00:00 2001 From: Kyle Quest Date: Sat, 9 Sep 2017 09:39:12 -0700 Subject: [PATCH] empty repo --- .gitignore | 17 +++++++++++++++++ LICENSE.md | 1 + README.md | 2 ++ 3 files changed, 20 insertions(+) create mode 100644 .gitignore create mode 100644 LICENSE.md create mode 100644 README.md 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 +