Re: Packaging Go libraries for Fedora

2013-07-01 Thread Lars Seipel
On Mon, Jul 01, 2013 at 02:39:11PM +0100, Richard W.M. Jones wrote: > Now as far as I can tell, we can just ignore the $GOPATH stuff, and > instead drop files into the right places in %_libdir/golang. It works > in my single, limited experiment, but I've no idea if this is the > Right Thing to do.

Re: Packaging Go libraries for Fedora

2013-07-01 Thread Richard W.M. Jones
On Mon, Jul 01, 2013 at 04:14:10PM +0200, Florian Weimer wrote: > On 07/01/2013 03:39 PM, Richard W.M. Jones wrote: > >But for libraries that aren't bundled with the Go compiler, it looks > >like the Go designers intended you to keep them in your home directory: > > > >http://golang.org/doc/code.ht

Re: Packaging Go libraries for Fedora

2013-07-01 Thread Florian Weimer
On 07/01/2013 03:39 PM, Richard W.M. Jones wrote: But for libraries that aren't bundled with the Go compiler, it looks like the Go designers intended you to keep them in your home directory: http://golang.org/doc/code.html#Organization It's also expected that you keep around source code and re