bufio.Scanner.Text (method)

6 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()

	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())