]> Cypherpunks repositories - gostls13.git/commit
once: replace all uses of package once with sync.Once.
authorRob Pike <r@golang.org>
Thu, 5 Aug 2010 20:14:41 +0000 (06:14 +1000)
committerRob Pike <r@golang.org>
Thu, 5 Aug 2010 20:14:41 +0000 (06:14 +1000)
commitc78be462a0f5446c21211dcacf1eac81336d85dd
tree1190a8d99d04dee22ab4ffcc437ab79cf0e9f009
parent75f6a0c759e21b3a0fd7ef7c52b73fa24d91eb2e
once: replace all uses of package once with sync.Once.
package once remains for now; will be deleted after next release.

R=golang-dev, brainman
CC=golang-dev
https://golang.org/cl/1914046
14 files changed:
src/pkg/crypto/tls/common.go
src/pkg/mime/type.go
src/pkg/net/dnsclient.go
src/pkg/net/fd.go
src/pkg/net/fd_windows.go
src/pkg/net/iprawsock.go
src/pkg/net/port.go
src/pkg/os/env.go
src/pkg/rpc/server_test.go
src/pkg/time/tick.go
src/pkg/time/zoneinfo.go
src/pkg/time/zoneinfo_unix.go
src/pkg/time/zoneinfo_windows.go
src/pkg/websocket/websocket_test.go