Source File
timeformattype_string.go
Belonging Package
github.com/spf13/cast
// Code generated by "stringer -type timeFormatType"; DO NOT EDIT.package castimportfunc _() {// An "invalid array index" compiler error signifies that the constant values have changed.// Re-run the stringer command to generate them again.var [1]struct{}_ = [timeFormatNoTimezone-0]_ = [timeFormatNamedTimezone-1]_ = [timeFormatNumericTimezone-2]_ = [timeFormatNumericAndNamedTimezone-3]_ = [timeFormatTimeOnly-4]}const _timeFormatType_name = "timeFormatNoTimezonetimeFormatNamedTimezonetimeFormatNumericTimezonetimeFormatNumericAndNamedTimezonetimeFormatTimeOnly"var _timeFormatType_index = [...]uint8{0, 20, 43, 68, 101, 119}func ( timeFormatType) () string {if < 0 || >= timeFormatType(len(_timeFormatType_index)-1) {return "timeFormatType(" + strconv.FormatInt(int64(), 10) + ")"}return _timeFormatType_name[_timeFormatType_index[]:_timeFormatType_index[+1]]}
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |