const github.com/go-git/gcfg/token.IDENT
5 uses
github.com/go-git/gcfg/token (current package)
token.go#L28: IDENT // section-name, variable-name
token.go#L47: IDENT: "IDENT",
github.com/go-git/gcfg
read.go#L80: if tok != token.IDENT {
read.go#L129: case token.IDENT:
github.com/go-git/gcfg/scanner
scanner.go#L308: tok = token.IDENT
![]() |
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. |