commit dd4e0297e7f07d4f951e5df237d1255c8fa6545c Author: Han Joker <540090808@qq.com> Date: Mon Jul 22 13:09:59 2024 +0800 first commit diff --git a/README.md b/README.md new file mode 100644 index 0000000..e035753 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# GinCms + +基于Gin框架的内容管理系统后端接口的案例。 \ No newline at end of file diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..e989418 --- /dev/null +++ b/go.mod @@ -0,0 +1,3 @@ +module ginCms + +go 1.22.0