From: Robert Griesemer Date: Sat, 6 Jun 2009 06:54:44 +0000 (-0700) Subject: set reasonable initial time stamp (instead of begin of epoch) X-Git-Tag: weekly.2009-11-06~1444 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=b71598f70407dd98326564586c1b10352db28ea3;p=gostls13.git set reasonable initial time stamp (instead of begin of epoch) R=rsc DELTA=1 (1 added, 0 deleted, 0 changed) OCL=29970 CL=29973 --- diff --git a/usr/gri/pretty/godoc.go b/usr/gri/pretty/godoc.go index 069f969d2d..caecdad52b 100644 --- a/usr/gri/pretty/godoc.go +++ b/usr/gri/pretty/godoc.go @@ -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 }