background/utils/const.go

5 lines
56 B
Go
Raw Permalink Normal View History

2020-03-28 00:00:46 +08:00
package utils
const (
ERRNULLPOINTER = "nullpointer"
)