commit | ea3f5377af1e2cb18d3d4ad11a497a853ed32828 | [log] [tgz] |
---|---|---|
author | Tang Cheng <cheng.tang@supwisdom.com> | 周日 9月 29 14:40:22 2019 +0800 |
committer | zongqiang.zhang <zongqiang.zhang@supwisdom.com> | 周五 11月 29 09:39:04 2019 +0800 |
tree | 3fdccd6dd79606c25e350131e6750536a3559efd | |
parent | e2cae6e9790ec6c6a4ade368cb8a337f0273e776 [diff] [blame] |
移植到 go modules
diff --git a/.gitignore b/.gitignore index 2c1040f..7b56e9c 100644 --- a/.gitignore +++ b/.gitignore
@@ -1,2 +1,19 @@ /vendor Gopkg.lock +*.lock + +# Binaries for programs and plugins +*.exe +*.exe~ +*.dll +*.so +*.dylib + +# Test binary, built with `go test -c` +*.test + +# Output of the go coverage tool, specifically when used with LiteIDE +*.out + +# Dependency directories (remove the comment below to include it) +# vendor/