// Code generated by "stringer -linecomment -type=NodeOp"; DO NOT EDIT. package feed import "strconv" func _() { // An "invalid array index" compiler error signifies that the constant values have changed. // Re-run the stringer command to generate them again. var x [1]struct{} _ = x[OrOp-0] _ = x[AndOp-1] } const _NodeOp_name = "ORAND" var _NodeOp_index = [...]uint8{0, 2, 5} func (i NodeOp) String() string { if i >= NodeOp(len(_NodeOp_index)-1) { return "NodeOp(" + strconv.FormatInt(int64(i), 10) + ")" } return _NodeOp_name[_NodeOp_index[i]:_NodeOp_index[i+1]] }