// Code generated by "stringer -type=Type"; DO NOT EDIT.package attributeimportfunc () {// 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{} _ = [INVALID-0] _ = [BOOL-1] _ = [INT64-2] _ = [FLOAT64-3] _ = [STRING-4] _ = [BOOLSLICE-5] _ = [INT64SLICE-6] _ = [FLOAT64SLICE-7] _ = [STRINGSLICE-8]}const_Type_name = "INVALIDBOOLINT64FLOAT64STRINGBOOLSLICEINT64SLICEFLOAT64SLICESTRINGSLICE"var_Type_index = [...]uint8{0, 7, 11, 16, 23, 29, 38, 48, 60, 71}func ( Type) () string {if < 0 || >= Type(len(_Type_index)-1) {return"Type(" + strconv.FormatInt(int64(), 10) + ")" }return_Type_name[_Type_index[]:_Type_index[+1]]}
The pages are generated with Goldsv0.6.7. (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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds.