Re: [go-nuts] Re: Proposal to add Index operator methods

2020-10-04 Thread 'Dan' via golang-nuts
On Sun, 2020-10-04 at 09:06 -0700, jake...@gmail.com wrote: > I stopped reading at the " Show example code before and after the > change " because many of the examples of "before the change" code > seem to be invalid in go, and the others do not do what you seem to > imply they do. Am I

Re: [go-nuts] Traversing AST with type information?

2020-09-27 Thread 'Dan' via golang-nuts
On Sun, 2020-09-27 at 11:45 -0700, Glen Mailer wrote: > > Hello! > > I'm playing about with some go tooling, and I wanted to parse a > package with type information to inspect it and derive some insights > from the data. > > I found the packages tool - >

Re: [go-nuts] global goroutine data / thread local storage?

2020-09-23 Thread 'Dan' via golang-nuts
On Wed, 2020-09-23 at 18:12 -0700, Alex Mills wrote: > But I tried compiling this program: > https://github.com/davecheney/junk/tree/master/id > > and I cant get it to compile/run, the runtime.h file seems MIA > > -alex There is this: https://github.com/kortschak/goroutine Don't use it; do