background/utils/const.go

5 lines
56 B
Go

package utils
const (
ERRNULLPOINTER = "nullpointer"
)