> On 19 February 2013 10:05, Bruce Ellis <[email protected]> wrote: > >> i could only presume that the #includes are expected to be in the first >> block. > > > that would be all right, I suppose, but I didn't think the go command > compiled C programs as well > (or at least, that's what I'd read). It's a bit like PIP, though, so > perhaps it does.
I think the Go tool does cover C programs and even (somebody will correct me if I'm wrong, I hope) assembler ones. It would be silly if it didn't, or at least hard to use for things like the runtime. One of Go's weak spots is that a lot of unconventional behaviour is poorly documented. But I'm sure third party documentation will come soon. ++L
