fix(all): 修改包名
This commit is contained in:
@@ -3,7 +3,7 @@ package repo
|
||||
import (
|
||||
"github.com/pkg/errors"
|
||||
|
||||
"github.com/zhilv666/navsite/internal/model"
|
||||
"github.com/zhilv666/go-gin-scaffold/internal/model"
|
||||
)
|
||||
|
||||
func GetUserByID(id uint) (*model.User, error) {
|
||||
|
||||
Reference in New Issue
Block a user