Hi, Andrey Mirtchovski and I wrote 9P server and client libraries/packages for Go.
The hg repository with the code is available at http://bitbucket.org/f2f/go9p/. Once downloaded the code should be moved to $GOROOT/src/pkg and $GOROOT/src/pkg/Makefile should be modified so DIRS includes plan9/p, plan9/p/clnt and plan9/p/srv directories. These directories should also be added to the NOTEST variable. There are some examples how to use the packages in plan9/p/srv/examples and plan9/p/clnt/examples. Any comments, suggestions and bug reports are welcome. Thanks, Lucho
