Kevin Burke

Results 177 comments of Kevin Burke

FWIW, here's how the Go standard library prints panics. ``` go // For calling from C. // Prints an argument passed to panic. // There's room for arbitrary complexity here,...

Can you provide a little more context on what specifically the problem is?

See golang/go#31472.

This is a fair point - I have made a few changes that have changed the generated file output. However I would like to view these changes as "converging to...

Further questions include whether to permit users to change the base directory and whether to cache assets after they have been read once. I think for the latter it makes...

Hi! It's been over a year since the warning was added - any thoughts on this library's production readiness? Is Google using this in production?

Thanks, that readme statement was written over 1 year ago by the commit date. I was hoping that new information had come to light. On Tuesday, September 20, 2016, Eric...

Here's how the example looks on godoc on my machine:

Done. Thank you for the review! And sorry for being so slow. ``` $ git rev-parse HEAD && go test ./... 8340abafe7a8d6b5443f502e62eb1d8e16198d52 ok github.com/golang/groupcache 0.691s ok github.com/golang/groupcache/consistenthash 0.011s ? github.com/golang/groupcache/groupcachepb...

Ah, sorry, I copied it from another file in that repo. Should I update the other file headers or just this one? On Saturday, October 29, 2016, Brad Fitzpatrick [email protected]...