summaryrefslogtreecommitdiff
path: root/attr_string.go
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2018-03-12 03:08:43 +0100
committerDimitri Sokolyuk <demon@dim13.org>2018-03-12 03:08:43 +0100
commite532c47753c112f8168de7354d255efb95f1f0b8 (patch)
tree5adc7b837d9bb06bafaaf5cfef27ae5bfede802c /attr_string.go
parent3f3bc476993e9ca4e64404cef1fdc4bd1aed4d97 (diff)
split
Diffstat (limited to 'attr_string.go')
-rw-r--r--attr_string.go16
1 files changed, 0 insertions, 16 deletions
diff --git a/attr_string.go b/attr_string.go
deleted file mode 100644
index ceb150b..0000000
--- a/attr_string.go
+++ /dev/null
@@ -1,16 +0,0 @@
-// generated by stringer -type=Attr; DO NOT EDIT
-
-package main
-
-import "fmt"
-
-const _Attr_name = "CHACONDEXHPMaxINTMPMaxSTRWISNattr"
-
-var _Attr_index = [...]uint8{0, 3, 6, 9, 14, 17, 22, 25, 28, 33}
-
-func (i Attr) String() string {
- if i < 0 || i >= Attr(len(_Attr_index)-1) {
- return fmt.Sprintf("Attr(%d)", i)
- }
- return _Attr_name[_Attr_index[i]:_Attr_index[i+1]]
-}