完成所有接口的实现层
This commit is contained in:
5
server/util/error/error.go
Normal file
5
server/util/error/error.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package error
|
||||
|
||||
import "errors"
|
||||
|
||||
var ErrNotFoundit = errors.New("resource not found")
|
||||
Reference in New Issue
Block a user