From 1b4fd100fd01c4c06edcc58dd71cbd44844967f4 Mon Sep 17 00:00:00 2001 From: R&T Date: Thu, 22 Jun 2017 09:20:11 +0800 Subject: [PATCH] Initial commit --- .gitignore | 14 ++++++++++++++ README.md | 2 ++ 2 files changed, 16 insertions(+) create mode 100644 .gitignore create mode 100644 README.md 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..d281664 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# go-utils +common utils for golang