Browse Source

创建文件

yjp 10 months ago
parent
commit
28edc4f6d8
3 changed files with 22 additions and 0 deletions
  1. 19 0
      .gitignore
  2. 3 0
      go.mod
  3. 0 0
      go.sum

+ 19 - 0
.gitignore

@@ -0,0 +1,19 @@
+# Binaries for programs and plugins
+*.exe
+*.exe~
+*.dll
+*.so
+*.dylib
+
+# Test binary, build with `go test -c`
+*.test
+
+# Output of the go coverage tool, specifically when used with LiteIDE
+*.out
+
+.idea/
+.DS_Store
+**/bin
+
+/vendor/
+**/logs

+ 3 - 0
go.mod

@@ -0,0 +1,3 @@
+module git.sxidc.com/go-tools/baize
+
+go 1.22.3

+ 0 - 0
go.sum