commit 8f4d5750ec9fdf0e67de3c9be0b740b18b374962 Author: Brian Buller Date: Tue Sep 4 08:59:40 2018 -0500 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7560965 --- /dev/null +++ b/.gitignore @@ -0,0 +1,16 @@ +# ---> Go +# 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..d52cef1 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# mc-monitor + +A CLI tool to monitor a Minecraft server \ No newline at end of file