1
0
mirror of https://github.com/golang/go synced 2024-09-29 12:24:31 -06:00

time: fix typo

This commit is contained in:
Leigh McCulloch 2021-09-28 19:18:25 -07:00 committed by GitHub
parent 4a9b04d2dc
commit 3dac204326
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -635,7 +635,7 @@ var zoneinfoOnce sync.Once
// locations in order:
//
// - the directory or uncompressed zip file named by the ZONEINFO environment variable
// - pn a Unix system, the system standard installation location
// - on a Unix system, the system standard installation location
// - $GOROOT/lib/time/zoneinfo.zip
// - the time/tzdata package, if it was imported
func LoadLocation(name string) (*Location, error) {