소스 검색

新增go mod 模式

rdluck 4 년 전
부모
커밋
a8a8371240
2개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  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:"当前页页码"`