Mentioned license doesn't cover binaries produced by compiler, "binary 
form" there means go tools themselves, and stdlib only when redistributed 
separately as a whole in binary form. When stdlib is used to compile 
regular binary, it's not "redistributed", and there are no restrictions or 
special requirements at all.

Correct answer: if you are using only stdlib and Go compiler to compile a 
binary - there are no requirements. If you are using 3rd parties libs / 
binaries / sources - read their licenses.



среда, 27 февраля 2019 г., 2:18:45 UTC+3 пользователь Ian Lance Taylor 
написал:
>
> On Tue, Feb 26, 2019 at 10:59 AM R Srinivasan <s...@srin.me <javascript:>> 
> wrote: 
> > 
> > what if any are the licensing requirements to distribute a "go" produced 
> executable? 
>
> See https://go.googlesource.com/go/+/refs/heads/master/LICENSE .  The 
> requirements are minimal. 
>
> > are there any "commercial" products built with go? 
>
> Yes, quite a few.  You may want to look at https://golang.org/wiki/GoUsers. 
>
>
> Ian 
>

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to