bufio.Scanner.Scan (method)

4 uses

	bufio (current package)
		scan.go#L136: func (s *Scanner) Scan() bool {

	github.com/go-pg/migrations/v8
		collection.go#L281: 		for scanner.Scan() {

	mime
		type_unix.go#L42: 	for scanner.Scan() {
		type_unix.go#L75: 	for scanner.Scan() {