Re: [go-nuts] Avoid global variables in Http handlers

2019-06-09 Thread sethamclean
You are passing the struct and not the method on the struct to the handle function. -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googl

[go-nuts] Re: [ANN] gorram: like go run for any* function in stdlib or GOPATH

2016-10-05 Thread sethamclean
That is... awesome... On Monday, October 3, 2016 at 5:00:34 PM UTC-4, Nate Finch wrote: > > get it via the canonical import path: > > go get npf.io/gorram > > > Code is at https://github.com/natefinch/gorram > > > Still a work in progress, but fun to play around with right now. > > Lets you do thi