1
0
mirror of https://github.com/golang/go synced 2024-09-25 15:20:13 -06:00

set reasonable initial time stamp (instead of begin of epoch)

R=rsc
DELTA=1  (1 added, 0 deleted, 0 changed)
OCL=29970
CL=29973
This commit is contained in:
Robert Griesemer 2009-06-05 23:54:44 -07:00
parent b28d84f644
commit b71598f704

View File

@ -106,6 +106,7 @@ func init() {
goroot = "/home/r/go-release/go";
}
flag.StringVar(&goroot, "goroot", goroot, "Go root directory");
syncTime.set(); // have a reasonable initial value
}