From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: References: Date: Wed, 25 Nov 2009 08:57:57 -0700 Message-ID: From: Latchesar Ionkov To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [9fans] 9P libraries for Go Topicbox-Message-UUID: 9fb5e4ce-ead5-11e9-9d60-3106f5b1d025 I added a Makefile in the repository that builds the packages outside of the go tree. Thanks, Lucho On Mon, Nov 23, 2009 at 7:04 PM, Roman Shaposhnik wrote: > On Sun, Nov 22, 2009 at 8:38 PM, Latchesar Ionkov 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. > >