>>42
I'd rather have a single bloated libc on my system than a bloated libgo that gets included in every executable even if you only use one function. FreeBASIC has a statically linked runtime library including a 300 KB graphics package, but
only links in the functions you actually use. Go's linker is full retard.