background/utils/const.go

5 lines
56 B
Go
Raw Normal View History

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