Re: [go-nuts] Re: Unix binary installations for Go

2018-12-14 Thread 'Rudolf Polzer' via golang-nuts
On Fri, Dec 14, 2018 at 10:44 AM Ronny Bangsund wrote: > Which Unix/derivative? The great thing about them is that they have so > many standards to choose from ;) > Linux, and it should support the FHS :) > > "go build" isn't sufficient for most of my projects, if I want proper > distribution

[go-nuts] Re: Unix binary installations for Go

2018-12-14 Thread Ronny Bangsund
Which Unix/derivative? The great thing about them is that they have so many standards to choose from ;) "go build" isn't sufficient for most of my projects, if I want proper distribution of binaries. I might use "go generate" to create some data/source a program depends on, and I always embed t