diff options
Diffstat (limited to 'internal/feed/v3scope_string.go')
-rw-r--r-- | internal/feed/v3scope_string.go | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/internal/feed/v3scope_string.go b/internal/feed/v3scope_string.go deleted file mode 100644 index 982cead..0000000 --- a/internal/feed/v3scope_string.go +++ /dev/null @@ -1,24 +0,0 @@ -// Code generated by "stringer -linecomment -type=V3Scope"; 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[V3ScopeChanged-0] - _ = x[V3ScopeUnchanged-1] -} - -const _V3Scope_name = "CHANGEDUNCHANGED" - -var _V3Scope_index = [...]uint8{0, 7, 16} - -func (i V3Scope) String() string { - if i >= V3Scope(len(_V3Scope_index)-1) { - return "V3Scope(" + strconv.FormatInt(int64(i), 10) + ")" - } - return _V3Scope_name[_V3Scope_index[i]:_V3Scope_index[i+1]] -} |