commit 299d3db2e607ec21f699099baa0b48b229532258 Author: Umputun Date: Tue Dec 19 19:42:36 2017 -0600 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..a1338d68 --- /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 00000000..79e65443 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# remark +comment engine