瀏覽代碼

创建项目

yjp 1 年之前
父節點
當前提交
4fcd090cd8
共有 2 個文件被更改,包括 21 次插入0 次删除
  1. 18 0
      .gitignore
  2. 3 0
      go.mod

+ 18 - 0
.gitignore

@@ -0,0 +1,18 @@
+# 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
+
+/vendorlogs

+ 3 - 0
go.mod

@@ -0,0 +1,3 @@
+module git.sxidc.com/go-tools/dboperations
+
+go 1.22.0