mirror of
https://github.com/golang/go
synced 2024-11-22 05:54:40 -07:00
6b4ae1d28e
We can't depend on init() order, and certainly we don't want to register all future benchmarks that use jsonbytes or jsondata to init() in json_test.go, so we use a more general solution: make generation of jsonbytes and jsondata their own function so that the compiler will take care of the order. R=golang-dev, dave, rsc CC=golang-dev https://golang.org/cl/6282046 |
||
---|---|---|
.. | ||
binarytree_test.go | ||
fannkuch_test.go | ||
fasta_test.go | ||
gob_test.go | ||
gzip_test.go | ||
json_test.go | ||
jsondata_test.go | ||
mandel_test.go | ||
revcomp_test.go | ||
template_test.go |