1
0
mirror of https://github.com/golang/go synced 2024-11-22 06:04:39 -07:00

Remove relic "once" import from time/zoneinfo.go

R=rsc, r
CC=golang-dev
https://golang.org/cl/2005042
This commit is contained in:
Roger Peppe 2010-08-17 23:08:19 +10:00 committed by Rob Pike
parent fa80a73bee
commit e5aad81930

View File

@ -11,7 +11,6 @@ package time
import ( import (
"io/ioutil" "io/ioutil"
"once"
"os" "os"
) )