On Sun, Aug 26, 2018 at 5:44 PM Michael Hudson-Doyle <michael.hud...@canonical.com> wrote: > > I've forgotten everything about this code even though I wrote it, but > wouldn't it be better to filter out the standard library dependencies? >
For golang-go, currently it uses std library to producing the Built-Using for golang-go compiler. For gccgo, there's no such need because it will depends libgo. So for gccgo, it's true that we can filter out the std library. But I doubt if there's clean way... -- Best regards, Shengjing Zhu