Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2010-05-28 | fmt.Scan: add Fscan and Fscanln and make Scan and Scanln | Rob Pike | 1 | -4/+24 |
2010-05-27 | changes &x -> x[0:] for array to slice conversion | Russ Cox | 1 | -1/+1 |
2010-05-26 | fmt.Scan: custom formatters | Rob Pike | 1 | -11/+11 |
2010-05-26 | fmt.Scan: custom formatters | Rob Pike | 1 | -16/+54 |
2010-05-25 | fmt.Scan, fmt.Scanln: Start of a simple scanning API in the fmt package. | Rob Pike | 1 | -0/+413 |