github.com/go-git/gcfg/types.EnumParser.vals (field)
5 uses
github.com/go-git/gcfg/types (current package)
enum.go#L15: vals map[string]interface{}
enum.go#L20: if ep.vals == nil {
enum.go#L21: ep.vals = make(map[string]interface{})
enum.go#L30: ep.vals[k] = v
enum.go#L39: v, ok := ep.vals[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. |