[go-nuts] What powers search on golang.org?

2018-05-20 Thread meirfischer
golang.org let’s you search all stdlib go source code. For example, see https://golang.org/search?q=hello Where is the code that serves these search queries? If the code is not public, does it use a publicly available or at least publicly documented search engine? -- You received this message

[go-nuts] adding context.Context to new code

2017-05-07 Thread meirfischer
I'm adding tracing to an existing code base with many packages and it seems the best way to have context's passed around is to just have every method take a context.Context. Is there any tooling for converting a code base/package to have: (a) context.Context as the first parameter in each funct

[go-nuts] testing net/http

2017-04-30 Thread meirfischer
A couple of weeks ago, I contributed a patch to net/http/fcgi (hooray!). It was simple to develop in this package. I added unit tests for my change and kept running go test inside that package to make sure my change was working. I also routinely ran

[go-nuts] new topics vetted?

2017-04-29 Thread meirfischer
Are posts vetted before being accepted to golang-* groups? I'm pretty sure I just created a post on golang-dev, but I don't see it in recently posted topics. I don't want to create it again and spam the list with duplicate posts. -- You received this message because you are subscribed to the Go