type bufio.Scanner
11 uses
bufio (current package)
scan.go#L29: type Scanner struct {
scan.go#L87: func NewScanner(r io.Reader) *Scanner {
scan.go#L88: return &Scanner{
scan.go#L96: func (s *Scanner) Err() error {
scan.go#L106: func (s *Scanner) Bytes() []byte {
scan.go#L112: func (s *Scanner) Text() string {
scan.go#L135: func (s *Scanner) Scan() bool {
scan.go#L238: func (s *Scanner) advance(n int) bool {
scan.go#L252: func (s *Scanner) setErr(err error) {
scan.go#L267: func (s *Scanner) Buffer(buf []byte, max int) {
scan.go#L279: func (s *Scanner) Split(split SplitFunc) {
The pages are generated with Golds v0.6.7. (GOOS=linux 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. |