commit 571151a60851c3db21a9d8cc17e0b06ecc890a7e Author: Max Date: Mon Sep 6 17:20:28 2021 +0800 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..66fd13c9 --- /dev/null +++ b/.gitignore @@ -0,0 +1,15 @@ +# 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/ diff --git a/README.md b/README.md new file mode 100644 index 00000000..23dffe3c --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# xiang +象传应用引擎