summaryrefslogtreecommitdiff
path: root/src/pkg/fmt/scan.go
AgeCommit message (Expand)AuthorFilesLines
2010-05-28fmt.Scan: add Fscan and Fscanln and make Scan and ScanlnRob Pike1-4/+24
2010-05-27changes &x -> x[0:] for array to slice conversionRuss Cox1-1/+1
2010-05-26fmt.Scan: custom formattersRob Pike1-11/+11
2010-05-26fmt.Scan: custom formattersRob Pike1-16/+54
2010-05-25fmt.Scan, fmt.Scanln: Start of a simple scanning API in the fmt package.Rob Pike1-0/+413