bufio.Scanner.Bytes (method)

5 uses

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

	github.com/prometheus/procfs
		mountstats.go#L251: 		ss := strings.Fields(string(s.Bytes()))
		mountstats.go#L335: 		ss := strings.Fields(string(s.Bytes()))
		mountstats.go#L504: 		ss := strings.Fields(string(s.Bytes()))

	golang.org/x/crypto/ssh/knownhosts
		knownhosts.go#L398: 		line := scanner.Bytes()