commit 8d7d7afd03620c0ff4af65497c231cd71383478c Author: Igor Mandrigin Date: Thu Feb 15 13:28:12 2018 +0100 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a1338d6 --- /dev/null +++ b/.gitignore @@ -0,0 +1,14 @@ +# 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/README.md b/README.md new file mode 100644 index 0000000..80cf848 --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +# status-go-bots \ No newline at end of file