ss/jsons/errors.go

10 lines
90 B
Go
Raw Normal View History

package jsons
import (
"errors"
)
var (
EmptyStringErr = errors.New("empty string")
)