修复 「1.2.2 用户管理-用户列表勾选单一用户会全选 」 close #216
This commit is contained in:
7
server/constant/errors.go
Normal file
7
server/constant/errors.go
Normal file
@ -0,0 +1,7 @@
|
||||
package constant
|
||||
|
||||
import "errors"
|
||||
|
||||
var (
|
||||
ErrNameAlreadyUsed = errors.New("name already used")
|
||||
)
|
Reference in New Issue
Block a user