1
0
mirror of https://github.com/golang/go synced 2024-10-05 00:11:21 -06:00
go/src/pkg/fmt
Rob Pike 4fc97c4703 fmt.Scanf: implement formats, provide Sscanf (strings)
- provide convenience functions for scanning strings
- enable Scanf etc.
- update doc comments

R=rsc
CC=golang-dev
https://golang.org/cl/1451044
2010-06-02 14:58:31 -07:00
..
fmt_test.go fmt: fix end-of-array error in parsenum. 2010-05-31 14:57:32 -07:00
format.go changes &x -> x[0:] for array to slice conversion 2010-05-27 14:51:47 -07:00
Makefile fmt.Scan, fmt.Scanln: Start of a simple scanning API in the fmt package. 2010-05-25 21:02:35 -07:00
print.go fmt.Scanf: implement formats, provide Sscanf (strings) 2010-06-02 14:58:31 -07:00
scan_test.go fmt.Scanf: implement formats, provide Sscanf (strings) 2010-06-02 14:58:31 -07:00
scan.go fmt.Scanf: implement formats, provide Sscanf (strings) 2010-06-02 14:58:31 -07:00
stringer_test.go %q in fmt: if the object is a Stringer, use String() to get the value to quote. 2010-02-25 17:29:37 +11:00