Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | time: return informative errors when failing to load timezone data. | David Symonds | 2015-02-08 | 1 | -0/+2 |
| | | | | | | | | | | | | If we cannot load timezone information for a reason other than the zoneinfo file not existing, return it since that will be much more useful in debugging failures than "unknown time zone XYZ". Fixes #9723. Change-Id: I3aa5774859cec28e584d16bcc1fef0705d95288c Reviewed-on: https://go-review.googlesource.com/3984 Reviewed-by: Ian Lance Taylor <iant@golang.org> | ||||
* | build: move package sources from src/pkg to src | Russ Cox | 2014-09-08 | 1 | -0/+76 |
Preparation was in CL 134570043. This CL contains only the effect of 'hg mv src/pkg/* src'. For more about the move, see golang.org/s/go14nopkg. |