1
0
mirror of https://github.com/golang/go synced 2024-09-30 22:38:33 -06:00
go/src/fmt
Rob Pike 50fe9461eb fmt: fix spelling mistake in example
Mea culpa. Beat Takeshi, sumimasen.

Fixes #31023.

Change-Id: Ie2f27a5867724a8a1b8c3082c3389c8fd6d1dee7
Reviewed-on: https://go-review.googlesource.com/c/go/+/168861
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2019-03-25 21:03:10 +00:00
..
doc.go fmt: add frame info to Errorf and support %w 2019-02-27 19:29:14 +00:00
errors_test.go os: make errors.Is work with ErrPermission et al. 2019-03-20 16:02:01 +00:00
errors.go fmt: make type of fmt.Errorf the same as that of errors.New 2019-03-14 09:45:22 +00:00
example_test.go fmt: fix spelling mistake in example 2019-03-25 21:03:10 +00:00
export_test.go fmt: add tests for parsenum 2016-10-04 21:00:35 +00:00
fmt_test.go fmt: format 0b, 0o prefixes in %#b and %O 2019-02-26 05:16:56 +00:00
format_example_test.go fmt: add frame info to Errorf and support %w 2019-02-27 19:29:14 +00:00
format.go fmt: add frame info to Errorf and support %w 2019-02-27 19:29:14 +00:00
gostringer_example_test.go fmt: add example for GoStringer interface 2018-09-06 04:25:17 +00:00
print.go fmt: add frame info to Errorf and support %w 2019-02-27 19:29:14 +00:00
scan_test.go fmt: scan new number syntax 2019-02-26 05:18:24 +00:00
scan.go fmt: put back named results in ss.scanBasePrefix 2019-03-14 00:08:15 +00:00
stringer_example_test.go fmt: add an example for Errorf 2018-08-30 19:40:13 +00:00
stringer_test.go