[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 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...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[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 function - ctx 
context.Context
(b) for any function that has changed, have its callers (within that 
package) pass ctx as the first arg

The difficulty here seems to differentiate intra package calls from calls 
to standard/3rd party libraries which shouldn't be having new param.

-- 
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...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[go-nuts] new topics vetted?

2017-04-30 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 Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.