1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2026-06-03 18:35:08 +02:00

Rename log List value type to Slice (#4936)

This commit is contained in:
Tyler Yahn
2024-02-18 08:08:28 -08:00
committed by GitHub
parent 59413575e4
commit 6e2bfb69ed
3 changed files with 15 additions and 15 deletions
+3 -3
View File
@@ -14,13 +14,13 @@ func _() {
_ = x[KindInt64-3]
_ = x[KindString-4]
_ = x[KindBytes-5]
_ = x[KindList-6]
_ = x[KindSlice-6]
_ = x[KindMap-7]
}
const _Kind_name = "EmptyBoolFloat64Int64StringBytesListMap"
const _Kind_name = "EmptyBoolFloat64Int64StringBytesSliceMap"
var _Kind_index = [...]uint8{0, 5, 9, 16, 21, 27, 32, 36, 39}
var _Kind_index = [...]uint8{0, 5, 9, 16, 21, 27, 32, 37, 40}
func (i Kind) String() string {
if i < 0 || i >= Kind(len(_Kind_index)-1) {