feat:fix go mod
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
package response
|
||||
|
||||
import "gin-vue-admin/model/example"
|
||||
import "github.com/flipped-aurora/gin-vue-admin/model/example"
|
||||
|
||||
type FilePathResponse struct {
|
||||
FilePath string `json:"filePath"`
|
||||
|
@@ -1,6 +1,6 @@
|
||||
package response
|
||||
|
||||
import "gin-vue-admin/model/example"
|
||||
import "github.com/flipped-aurora/gin-vue-admin/model/example"
|
||||
|
||||
type ExaCustomerResponse struct {
|
||||
Customer example.ExaCustomer `json:"customer"`
|
||||
|
@@ -1,6 +1,6 @@
|
||||
package response
|
||||
|
||||
import "gin-vue-admin/model/example"
|
||||
import "github.com/flipped-aurora/gin-vue-admin/model/example"
|
||||
|
||||
type ExaFileResponse struct {
|
||||
File example.ExaFileUploadAndDownload `json:"file"`
|
||||
|
Reference in New Issue
Block a user