]> Cypherpunks repositories - gostls13.git/commit
time: change nsec back to int32
authorRuss Cox <rsc@golang.org>
Wed, 16 Jul 2014 23:26:45 +0000 (19:26 -0400)
committerRuss Cox <rsc@golang.org>
Wed, 16 Jul 2014 23:26:45 +0000 (19:26 -0400)
commit26d0f75f2b1cbc58d7d8e4f835a59f311cffb77e
tree2c6e954b3da76a89969af0793add219b20e25b17
parent055dfc204c7b2c8eae1603b09fe71deb73f0e627
time: change nsec back to int32

The garbage collector and stack scans are good enough now.

Fixes #7446.

LGTM=r
R=r, dvyukov
CC=golang-codereviews, mdempsky, mtj
https://golang.org/cl/112870046
src/pkg/time/time.go