summaryrefslogtreecommitdiff
path: root/type_string.go
diff options
context:
space:
mode:
Diffstat (limited to 'type_string.go')
-rw-r--r--type_string.go16
1 files changed, 0 insertions, 16 deletions
diff --git a/type_string.go b/type_string.go
deleted file mode 100644
index ed5418f..0000000
--- a/type_string.go
+++ /dev/null
@@ -1,16 +0,0 @@
-// generated by stringer -type=Type; DO NOT EDIT
-
-package main
-
-import "fmt"
-
-const _Type_name = "TaksPlot"
-
-var _Type_index = [...]uint8{0, 4, 8}
-
-func (i Type) String() string {
- if i < 0 || i >= Type(len(_Type_index)-1) {
- return fmt.Sprintf("Type(%d)", i)
- }
- return _Type_name[_Type_index[i]:_Type_index[i+1]]
-}