Re: Consolidating Go packages

2019-10-17 Thread Leo Famulari
On Wed, Aug 14, 2019 at 03:06:17PM -0400, Leo Famulari wrote: > I'll push a Git branch 'go-consolidation' on Savannah soon and will push > it to master soon-ish, pending your comments. Here it is: https://git.savannah.gnu.org/cgit/guix.git/log/?h=wip-go-consolidation It includes a minor update

Re: Consolidating Go packages

2019-08-15 Thread Leo Famulari
On Thu, Aug 15, 2019 at 11:19:06AM +0300, Efraim Flashner wrote: > So to summarize, while it is techincally possible to "build" them, in > actuality they are used in source code form as part of the build > process. That's true for Guix but not if you were building Go software outside of Guix. In

Re: Consolidating Go packages

2019-08-15 Thread Efraim Flashner
On Wed, Aug 14, 2019 at 03:06:17PM -0400, Leo Famulari wrote: > We can improve the organization of some of our Go language packages in a > way that will make it easier to use and maintain them, and will also > more closely match the way they are developed and used upstream. > So to summarize,

Consolidating Go packages

2019-08-14 Thread Leo Famulari
We can improve the organization of some of our Go language packages in a way that will make it easier to use and maintain them, and will also more closely match the way they are developed and used upstream. For example, take go-golang-org-x-crypto-pbkdf2 and go-golang-org-x-crypto-salsa20. These