Files
hldrCenter/server/util/error/error.go

6 lines
85 B
Go

package error
import "errors"
var ErrNotFoundit = errors.New("resource not found")