Browse Source

新增go mod 模式

rdluck 4 years ago
parent
commit
a8a8371240
2 changed files with 3 additions and 1 deletions
  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:"当前页页码"`