aboutsummaryrefslogtreecommitdiff
path: root/internal/feed/nodeop_string.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/feed/nodeop_string.go')
-rw-r--r--internal/feed/nodeop_string.go24
1 files changed, 0 insertions, 24 deletions
diff --git a/internal/feed/nodeop_string.go b/internal/feed/nodeop_string.go
deleted file mode 100644
index 2c120d4..0000000
--- a/internal/feed/nodeop_string.go
+++ /dev/null
@@ -1,24 +0,0 @@
-// 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]]
-}