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