]> Cypherpunks repositories - gostls13.git/commit
time: add support for Plan 9
authorAnthony Martin <ality@pbrane.org>
Sun, 19 Jun 2011 06:36:33 +0000 (16:36 +1000)
committerRob Pike <r@golang.org>
Sun, 19 Jun 2011 06:36:33 +0000 (16:36 +1000)
commitd119e3bc0fccc911052f1ac72ab61be58949a3d2
tree9c80f275c53985dba86b768b72f6e244fb634cbb
parentbbddcc14c6bc2ef2d5da4cc3e91f8b00d01c9051
time: add support for Plan 9

R=paulzhol, mirtchovski, r, r, rsc
CC=golang-dev
https://golang.org/cl/4362041
src/pkg/time/Makefile
src/pkg/time/sys.go
src/pkg/time/sys_plan9.go [new file with mode: 0644]
src/pkg/time/sys_posix.go [new file with mode: 0644]
src/pkg/time/zoneinfo_plan9.go [new file with mode: 0644]
src/pkg/time/zoneinfo_posix.go [new file with mode: 0644]
src/pkg/time/zoneinfo_unix.go