Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2010-05-28 | fmt.Scan: add Fscan and Fscanln and make Scan and Scanln | Rob Pike | 1 | -7/+7 |
2010-05-26 | fmt.Scan: custom formatters | Rob Pike | 1 | -0/+22 |
2010-05-26 | fmt: fix 386 build. error strings differ for overflow on 386. | Rob Pike | 1 | -1/+3 |
2010-05-25 | fmt.Scan, fmt.Scanln: Start of a simple scanning API in the fmt package. | Rob Pike | 1 | -0/+181 |