/
githubmirror
/
ignition
Обзор
Документация
Войти
/
githubmirror
/
ignition
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
vendor/github.com/mitchellh/reflectwalk/location_string.go
16 строк
477 B
Benjamin Gilbert
go.mod: add deep-copy package
10 апр 2023, 07:33
10 апр 2023, 07:33
d31ebcb
Код
Авторство
О чём код?
// Code generated by "stringer -type=Location location.go"; DO NOT EDIT. package reflectwalk import "fmt" const _Location_name = "NoneMapMapKeyMapValueSliceSliceElemArrayArrayElemStructStructFieldWalkLoc" var _Location_index = [...]uint8{0, 4, 7, 13, 21, 26, 35, 40, 49, 55, 66, 73} func (i Location) String() string { if i >= Location(len(_Location_index)-1) { return fmt.Sprintf("Location(%d)", i) } return _Location_name[_Location_index[i]:_Location_index[i+1]] }