1
0
mirror of https://github.com/golang/go synced 2024-10-05 21:21:21 -06:00
go/src/fmt
Dmitry Vyukov 7b767f4e52 internal/race: add package
Factor out duplicated race thunks from sync, syscall net
and fmt packages into a separate package and use it.

Fixes #8593

Change-Id: I156869c50946277809f6b509463752e7f7d28cdb
Reviewed-on: https://go-review.googlesource.com/14870
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Run-TryBot: Dmitry Vyukov <dvyukov@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
2015-11-26 16:50:31 +00:00
..
doc.go fmt: clarify reflect.Value printing 2015-10-19 18:29:36 +00:00
export_test.go
fmt_test.go internal/race: add package 2015-11-26 16:50:31 +00:00
format.go fmt: restore padding for %x on byte slices and strings 2015-06-29 07:17:23 +00:00
print.go fmt: allow any type in a format's width argument 2015-09-10 20:53:22 +00:00
scan_test.go fmt: check newline in the end of input 2015-11-23 21:11:37 +00:00
scan.go fmt: check newline in the end of input 2015-11-23 21:11:37 +00:00
stringer_test.go