Re: [go-nuts] How to apply middleware

2019-04-05 Thread afriyie . abraham
Hi, Yes this make sense and it works. The code also look simple to read. Thanks!! On Thursday, April 4, 2019 at 7:54:27 PM UTC+3, car...@hotmail.com wrote: > > How about something like this? Unsure about concurrent access to global > variables, but if you want to access srv and clientstore

[go-nuts] Re: Go binary release script

2019-04-05 Thread Steeve Morin
Great thank you! On Friday, April 5, 2019 at 11:12:33 AM UTC+2, Agniva De Sarker wrote: > > See - https://github.com/golang/build/tree/master/cmd/release > > > On Friday, 5 April 2019 02:57:39 UTC+5:30, Steeve Morin wrote: >> >> Hey folks, >> >> We've been maintaining our own fork of Go

Re: [go-nuts] runtime.pclntab strippping

2019-04-05 Thread Ian Lance Taylor
On Fri, Apr 5, 2019 at 5:33 AM Steeve Morin wrote: > > Removing the function names and file information probably constitutes the > most part of the size, I would guess. > > Do you suggest stripping it as a post processing step or modifying the linker > to not emit the strings in the first place?

[go-nuts] Learning Data Structures and algorithms with Golang

2019-04-05 Thread Bhagvan Kommadi
Check out my published book on Amazon from packt: Learning Data Structures and algorithms with Golang https://www.amazon.in/gp/product/1789618509?ref=em_1p_0_ti_=pe_2516461_197852611 #machinelearning #go #fintech #algorithms #datastructures -- You received this message because you are

[go-nuts] Go 1.12.2 and Go 1.11.7 are released

2019-04-05 Thread Andrew Bonventre
Hello gophers, We have just released Go versions 1.12.2 and 1.11.7, minor point releases. View the release notes for more information: https://golang.org/doc/devel/release.html#go1.12.minor You can download binary and source distributions from the Go web site: https://golang.org/dl/ To

Re: [go-nuts] Learning Data Structures and algorithms with Golang

2019-04-05 Thread Ian Denhardt
Quoting Bhagvan Kommadi (2019-04-05 10:28:51) > #machinelearning #go #fintech #algorithms #datastructures 1. This isn't twitter, it's a mailing list. 2. What on earth does this have to do with machine learning or fintech? -- You received this message because you are subscribed to the Google