tricrypt/tlep/errors.go
2024-06-04 19:19:11 +03:00

8 lines
70 B
Go

package tlep
import "errors"
var (
IS_NIL = errors.New("Is nil")
)