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()
![]() |
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. |