2009/11/25 Latchesar Ionkov <[email protected]>: > I added a Makefile in the repository that builds the packages outside > of the go tree.
Any plans for filing a CL to add those to Go's src/pkg repo? I'm sure it would be welcomed. --dho > Thanks, > Lucho > > On Mon, Nov 23, 2009 at 7:04 PM, Roman Shaposhnik <[email protected]> > wrote: >> On Sun, Nov 22, 2009 at 8:38 PM, Latchesar Ionkov <[email protected]> wrote: >>> Hi, >>> >>> Andrey Mirtchovski and I wrote 9P server and client libraries/packages for >>> Go. >> >> Perfect >> >>> 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. >> >> Could this be added to README, or better yet automated somehow? >> >> Thanks, >> Roman. >> >> > >
