[go-nuts] Re: TLS False Start?

2016-12-27 Thread Igor Gatis
Ping. I could not find any info on how to turn on TLS False Start support. Help. -- 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...@googlegro

Re: [go-nuts] Re: [ANN] Gomail v2: sending emails faster

2016-12-27 Thread Michael Jones
*post hoc, ergo propter hoc* On Tue, Dec 27, 2016 at 12:21 AM, wrote: > ALERT - After implementing Gomail v2 started getting lots of SPAM > messages that ever received in Inbox. > > > On Wednesday, September 2, 2015 at 5:25:26 PM UTC+5:30, Alexandre Cesaro > wrote: >> >> Hi, >> >> I just release

[go-nuts] Anyone with a spare mac machine to setup new iOS builders?

2016-12-27 Thread Elias Naur
Hi, The darwin/arm and darwin/arm64 (iOS) builders have been down most of the Go 1.8 development cycle, as discussed here: https://groups.google.com/forum/#!topic/golang-dev/s0zT1uANSv8 That thread resulted in Josh offering me an iPhone with a broken display as a new iOS builder. I hadn't seri

Re: [go-nuts] Correct naming of Go !

2016-12-27 Thread Jesse McNelis
On Wed, Dec 28, 2016 at 12:26 AM, Ken Nakagama wrote: > Hi Everyone > > Across the ether of the Internet, Go! is referred to and keyworded > differently. Go! is a completely different language. https://en.wikipedia.org/wiki/Go!_(programming_language) -- You received this message because you are

[go-nuts] Do you guys use ORMs when working with SQL?

2016-12-27 Thread Zippoxer
I haven't written SQL for years. I was enjoying MongoDB with the awesome mgo package, and what saved me a lot of headache was the natural programmatic interface of MongoDB. mgo maps your data (structs, maps, slices) to MongoDB queries and from MongoDB results, and you can write any MongoDB query

[go-nuts] Re: How to detect memory leak?

2016-12-27 Thread Tamás Gulácsi
2016. december 27., kedd 21:41:17 UTC+1 időpontban leog...@gmail.com a következőt írta: > > That method does not exist! > > bufio.NewReader returns a *bufio.Reader. -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group

[go-nuts] Re: How to detect memory leak?

2016-12-27 Thread leogazio
That method does not exist! On Friday, March 9, 2012 at 4:22:36 AM UTC-3, XIT, Formerly simon wrote: > > Are you sure it's not a goroutine leak? If you're spawning goroutines in a > connection spool and not letting them terminate, the > garbage collector won't clear the memory. You can get the g

Re: [go-nuts] Re: [llgo-dev] Re: New home for GoLLVM

2016-12-27 Thread Will Norris
% curl http://llvm.org/llvm/bindings/go/llvm/?go-get=1 http://www.w3.org/TR/html4/strict.dtd";> https://llvm.org/svn/llvm-project/llvm/trunk";> Redirecting to llvm.org. On Tue, Dec 27, 2016 at 9:36 AM, Peter Waller wrote: > godoc.org shows the documentation, but go get currently gi

Re: [go-nuts] Re: [llgo-dev] Re: New home for GoLLVM

2016-12-27 Thread Peter Waller
godoc.org shows the documentation, but go get currently gives a 404 if I follow the instructions. Has it moved again? [404] https://llvm.org/llvm/bindings/go/llvm [works] https://godoc.org/llvm.org/llvm/bindings/go/llvm On 21 March 2015 at 08:28, Andrew Wilkins wrote: > > On Sat, 21 Mar 2015 at

[go-nuts] Re: Correct naming of Go !

2016-12-27 Thread peterGo
Ken, Go is formally defined by its specification. The Go Programming Language Specification https://golang.org/ref/spec The name of the language is Go. For example, The Go Programming Language http://www.gopl.io/ Peter On Tuesday, December 27, 2016 at 11:23:20 AM UTC-5, Ken Nakagama wrote: >

Re: [go-nuts] Correct naming of Go !

2016-12-27 Thread Ian Lance Taylor
On Tue, Dec 27, 2016 at 5:26 AM, Ken Nakagama wrote: > > Across the ether of the Internet, Go! is referred to and keyworded > differently. > This may seem pretty insignificant, but the consideration has merits. > What is the proper way to keyword Go ? > > 1) Golang or preferably GoLang ? > 2) Go!

[go-nuts] Correct naming of Go !

2016-12-27 Thread Ken Nakagama
Hi Everyone Across the ether of the Internet, Go! is referred to and keyworded differently. This may seem pretty insignificant, but the consideration has merits. What is the proper way to keyword Go ? 1) Golang or preferably GoLang ? 2) Go! 3) Go+ 4) Go Language 5) Go#,, nah or #Go 6) Perhaps so

[go-nuts] Re: [ANN] Gomail v2: sending emails faster

2016-12-27 Thread dipen . modi
ALERT - After implementing Gomail v2 started getting lots of SPAM messages that ever received in Inbox. On Wednesday, September 2, 2015 at 5:25:26 PM UTC+5:30, Alexandre Cesaro wrote: > > Hi, > > I just released the second version of Gomail > . > > There a