mirror of
https://github.com/golang/go
synced 2024-11-17 05:54:46 -07:00
time: fix typo
This commit is contained in:
parent
4a9b04d2dc
commit
3dac204326
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user