Re: [go-nuts] golang program use lots of memory

2019-02-28 Thread 'David Golden' via golang-nuts
Hi. In general, the memory reported by the profile will be less than than the memory allocated by the OS. You can see this Stack Overflow article for some explanation. More specifically, I see that your sample program is

Re: [go-nuts] distribution of go executables

2019-02-27 Thread 'David Golden' via golang-nuts
On Wed, Feb 27, 2019 at 9:20 AM Space A. wrote: > There is no "derivatives" in Go's license terms *at all*. There is only > redistribution in binary and source form and it covers only what's in the > repo (https://github.com/golang/go/blob/master/LICENSE). > > Compilation is not redistribution. >

Re: [go-nuts] distribution of go executables

2019-02-26 Thread 'David Golden' via golang-nuts
(IANAL; this is not legal advice) Generally, the historic principle has been that your source code transformed by an open source compiler to produce your binary is unrestricted. (Interesting historical note, the Perl Artistic License is one of the few licenses that was explicit that the output of