commit 4a486b5aa48a9b3abbd9217b6e4259d3be88a080 Author: Shikong <919411476@qq.com> Date: Fri Sep 10 22:45:24 2021 +0800 仓库初始化 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..95ef424 --- /dev/null +++ b/.gitignore @@ -0,0 +1,18 @@ +### Go template +# 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/ + +.idea \ No newline at end of file diff --git a/README.MD b/README.MD new file mode 100644 index 0000000..aef4986 --- /dev/null +++ b/README.MD @@ -0,0 +1,3 @@ +## Golang-Study + +##### Golang 自学之路 \ No newline at end of file