Browse Source

新增go mod 模式

rdluck 4 năm trước cách đây
mục cha
commit
a8a8371240
2 tập tin đã thay đổi với 3 bổ sung1 xóa
  1. 2 0
      .gitignore
  2. 1 1
      models/paging.go

+ 2 - 0
.gitignore

@@ -1,3 +1,5 @@
 /conf/app.conf
 /.idea
 /*.exe
+/go.sum
+/go.mod

+ 1 - 1
models/paging.go

@@ -1,6 +1,6 @@
 package models
 
-import "hongze/hongze_admin/utils"
+import "hongze/hongze_api/utils"
 
 type PagingReq struct {
 	CurrentIndex  int  `description:"当前页页码"`