Re: [go-nuts] Getting a function's linked address?

2019-10-30 Thread Ian Lance Taylor
On Tue, Oct 29, 2019 at 11:45 PM wrote: > > I was meaning an equivalent to declaring an extern function using the same > name as the symbol we want. The function address will be the linked symbol > address. > > I indeed use the reflect package today, but this happen at run time while I > would

[go-nuts] [ANN] Gazette v0.84.1

2019-10-30 Thread Johnny Graettinger
This is Gazette's first release announcement to golang-nuts (!): Gazette (github.com/gazette/core) is infrastructure for building streaming platforms, consisting of a *broker service* serving journals, a byte-oriented and append-only resource resembling a file, and a *consumers* framework for

[go-nuts] Re: go vet output

2019-10-30 Thread Gert
I think it needs to be fixed here somewhere? go/src/cmd/go/internal/work On Saturday, October 26, 2019 at 1:47:24 PM UTC+2, Gert wrote: > > Stuck :( I am lost in a jungle of source code looking for `Report` > printers > > On Saturday, October 26, 2019 at 1:33:29 PM UTC+2, Gert wrote: >> >> A no