]> Cypherpunks repositories - gostls13.git/commit
os: move Plan 9 directory marshaling code to syscall
authorAnthony Martin <ality@pbrane.org>
Mon, 26 Nov 2012 23:26:46 +0000 (15:26 -0800)
committerAnthony Martin <ality@pbrane.org>
Mon, 26 Nov 2012 23:26:46 +0000 (15:26 -0800)
commit4ce3df5074d1ab4e0440a4d19ed6d26a54025578
tree899387b01e2632e6f4a10128705b772d5a050533
parent4cc9de914764679defbffd77b30e80a325e4ebd0
os: move Plan 9 directory marshaling code to syscall

The API additions to syscall are in dir_plan9.go.

R=seed, rsc, rminnich, mirtchovski, dave
CC=golang-dev, lucio.dere
https://golang.org/cl/6157045
src/pkg/os/dir_plan9.go
src/pkg/os/file_plan9.go
src/pkg/os/stat_plan9.go
src/pkg/syscall/dir_plan9.go [new file with mode: 0644]
src/pkg/syscall/exec_plan9.go