var github.com/go-git/gcfg/token.tokens

3 uses

	github.com/go-git/gcfg/token (current package)
		token.go#L41: var tokens = [...]string{
		token.go#L64: 	if 0 <= tok && tok < Token(len(tokens)) {
		token.go#L65: 		s = tokens[tok]