type github.com/go-git/gcfg/scanner.Scanner
12 uses
github.com/go-git/gcfg/scanner (current package)
scanner.go#L36: type Scanner struct {
scanner.go#L58: func (s *Scanner) next() {
scanner.go#L112: func (s *Scanner) Init(file *token.File, src []byte, err ErrorHandler, mode Mode) {
scanner.go#L133: func (s *Scanner) error(offs int, msg string) {
scanner.go#L140: func (s *Scanner) scanComment() string {
scanner.go#L158: func (s *Scanner) scanIdentifier() string {
scanner.go#L166: func (s *Scanner) scanEscape(val bool) {
scanner.go#L183: func (s *Scanner) scanString() string {
scanner.go#L216: func (s *Scanner) scanValString() string {
scanner.go#L264: func (s *Scanner) skipWhitespace() {
scanner.go#L293: func (s *Scanner) Scan() (pos token.Pos, tok token.Token, lit string) {
github.com/go-git/gcfg
read.go#L54: var s scanner.Scanner
![]() |
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. |