[go-nuts] Re: Golang: http2 client immediately close connections via proxy while idleConn was enabled

2021-12-06 Thread zzk code
I had opened an issue on the Golang repo, in case anyone interested. net/http2: client immediately close most of connections via forward proxy even if idleConn was configured · Issue #5 · golang/go (github.com) 在2021年12月6日星期一 UTC+8 11:37:31 写道: >

[go-nuts] Golang subversion vcs

2021-12-06 Thread Luke Mauldin
I see the latest (Go 1.17.X) releases support Subversion modules but I cannot figure out how to get the `go get` command to pull in a tagged subversion module. Subversion repo layout - tags - contracts - configcontracts - v2.8.1 - trunk - contracts - configcontracts - g

[go-nuts] Tutorial about WebRTC? (sharing screen + SFU)

2021-12-06 Thread 'Sebastien Binet' via golang-nuts
hi there, for $REASONS (more or less explained below), I am trying to create a little application that would: - serve an end-point where users could share their screen (browser tab, browser or whole screen) - serve another end-point where a dedicated RPi would navigate and display the shared

Re: [go-nuts] Re: Do you have a minimal runnable go code that contain all key words in go?

2021-12-06 Thread 'Axel Wagner' via golang-nuts
`new` is not a keyword, it is a predeclared identifier . Here's a valid program that contains every keyword exactly once: https://go.dev/play/p/YxfkoYDTN4h On Mon, Dec 6, 2021 at 2:34 PM Michael Ellis wrote: > Ni

[go-nuts] Re: Do you have a minimal runnable go code that contain all key words in go?

2021-12-06 Thread Michael Ellis
Nice! Noticed it didn't have "new" so I changed the counter initializer in main() from var c = counter to p := new(counter) var c = *p https://go.dev/play/p/2vw4w44qSWm On Sunday, December 5, 2021 at 4:10:54 PM UTC-5 ben...@gmail.com wrote: > Not strictly "minimal" -- it uses s

Re: [go-nuts] fatal error: too many address space collisions for -race mode

2021-12-06 Thread Narayanan Iyer
Thanks Ian for the clarification. I will tailor the tests so only one of those sanitizers are turned on in one test run. Narayanan. -- 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