bufio.Scanner.Text (method)

8 uses

	bufio (current package)
		scan.go#L114: func (s *Scanner) Text() string {

	github.com/jackc/pgpassfile
		pgpass.go#L43: 		entry := parseLine(scanner.Text())

	github.com/jackc/pgservicefile
		pgservicefile.go#L52: 		line := scanner.Text()

	go.uber.org/goleak/internal/stack
		stacks.go#L109: 		line := p.scan.Text()
		stacks.go#L143: 		line := p.scan.Text()

	internal/sysinfo
		cpuinfo_linux.go#L43: 		key, value, found := strings.Cut(scanner.Text(), ": ")

	mime
		type_unix.go#L44: 		fields := strings.Split(scanner.Text(), ":")
		type_unix.go#L88: 		fields := strings.Fields(scanner.Text())