summaryrefslogtreecommitdiffstats
path: root/vendor/go.opentelemetry.io/otel/metric/number/kind_string.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/go.opentelemetry.io/otel/metric/number/kind_string.go')
-rw-r--r--vendor/go.opentelemetry.io/otel/metric/number/kind_string.go24
1 files changed, 0 insertions, 24 deletions
diff --git a/vendor/go.opentelemetry.io/otel/metric/number/kind_string.go b/vendor/go.opentelemetry.io/otel/metric/number/kind_string.go
deleted file mode 100644
index 6288c7ea29..0000000000
--- a/vendor/go.opentelemetry.io/otel/metric/number/kind_string.go
+++ /dev/null
@@ -1,24 +0,0 @@
-// Code generated by "stringer -type=Kind"; DO NOT EDIT.
-
-package number
-
-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[Int64Kind-0]
- _ = x[Float64Kind-1]
-}
-
-const _Kind_name = "Int64KindFloat64Kind"
-
-var _Kind_index = [...]uint8{0, 9, 20}
-
-func (i Kind) String() string {
- if i < 0 || i >= Kind(len(_Kind_index)-1) {
- return "Kind(" + strconv.FormatInt(int64(i), 10) + ")"
- }
- return _Kind_name[_Kind_index[i]:_Kind_index[i+1]]
-}