bufio.Scanner.Bytes (method)

2 uses

	bufio (current package)
		scan.go#L107: func (s *Scanner) Bytes() []byte {

	github.com/go-pg/migrations/v8
		collection.go#L282: 			b := scanner.Bytes()