github.com/go-git/gcfg/types.EnumParser.Type (field)
4 uses
github.com/go-git/gcfg/types (current package)
enum.go#L12: Type string // type name; if not set, use type of first value added
enum.go#L24: if ep.Type == "" {
enum.go#L25: ep.Type = reflect.TypeOf(v).Name()
enum.go#L41: return false, fmt.Errorf("failed to parse %s %#q", ep.Type, s)
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin 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. |