Re: [go-nuts] Re: godoc memory leak

2019-06-18 Thread Agniva De Sarker
I can see that files are getting added. Which means index size is expected to increase. But it seems sometimes it is increasing even when there is no change. Could you please file an issue so that folks can investigate this ? Thanks. On Tue, Jun 18, 2019, 10:17 PM Christopher Dang wrote: >

Re: [go-nuts] Re: is there a goroutine scope global veriable ?

2019-06-18 Thread Kurtis Rader
On Tue, Jun 18, 2019 at 7:56 PM hui zhang wrote: > > is there a goroutine scope global veriable ? so I can do this ? > You're asking if Go supports the equivalent of thread local storage as used in Java, C++, and Python. The answer is, no. See

[go-nuts] Re: is there a goroutine scope global veriable ?

2019-06-18 Thread hui zhang
is there a goroutine scope global veriable ? like fork a variable from main ? -- 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

[go-nuts] Re: is there a goroutine scope global veriable ?

2019-06-18 Thread hui zhang
is there a goroutine scope global veriable ? so I can do this ? -- 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. To

[go-nuts] is there a goroutine scope global veriable ?

2019-06-18 Thread hui zhang
I write logs into one single log file. and need to set a different tracking id for each goroutine. But I don't want to pass the tracking id argument for all functions. func main() { go Func() } func Func() { SetLogTrackId("") LogDebug("123") call1() } func call1() {

[go-nuts] [Job] remote Go developer at Mattel (fulltime, US-only)

2019-06-18 Thread Nate Finch
Want to work with me at Mattel on a Go platform? Mattel’s Connected Products Platform team is *the model* of where Mattel is going with its products. It is a service platform expanding to be used by teams all across the whole 30,000 person company. We’re looking for a senior backend developer

Re: [go-nuts] Go GTK vs QT for Linux

2019-06-18 Thread Tyler Compton
Just noticed that I mentioned the wrong package. The runtime package for GTK is libgtk-3-0. On Mon, Jun 17, 2019 at 9:48 AM Tyler Compton wrote: > I haven't personally used this library, but I'd think you'd only > need libgtk-3-dev and libappindicator3-dev at compile-time. You should be > able

[go-nuts] Re: Go GTK vs QT for Linux

2019-06-18 Thread yvan . godin
Hello only played with Go and gotk3 to check a simple demo in Linux Mint 64b (Ubuntu based) on Linux very easy because most of GTK3 lib are already present some difficult to make it work on Windows and create a binary with all DLL but after some struggle success you can see the result

[go-nuts] [ANN] VictoriaMetrics - fast open source time series database written in Go

2019-06-18 Thread Aliaksandr Valialkin
Hello all, I'm happy to announce VictoriaMetrics - fast open source time series database written in Go - https://github.com/VictoriaMetrics/VictoriaMetrics . It is written entirely in Go except of gozstd part, which is a cgo wrapper for zstd