Re: [go-nuts] Various questions about posts from The Go Blog

2021-10-30 Thread Kamil Ziemian
This is probably silly thing, but I will write it down just in case. I mentioned before Go blog post "Using Go Modules" ( https://go.dev/blog/using-go-modules), we first write a function func Hello() string { return "Hello, world." } and test for it which basically check condition Hello()

Re: [go-nuts] Various questions about posts from The Go Blog

2021-10-30 Thread Sean Liao
Technically that behaviour is still available via GO111MODULE=auto. Go 1.16 changed the default from "auto" to "on". On Saturday, October 30, 2021 at 11:17:05 PM UTC+2 kziem...@gmail.com wrote: > Hello, > > I don't have energy today to read Go language spec or learning how UTF-8 > works, so I

Re: [go-nuts] Various questions about posts from The Go Blog

2021-10-30 Thread Kamil Ziemian
Hello, I don't have energy today to read Go language spec or learning how UTF-8 works, so I decided to make a look at Go blog post "Using Go Modules" (https://go.dev/blog/using-go-modules). I have a simple question: is this post up to date? I guess not, here is my reason why. According to it

[go-nuts] Re: Small number change will affect benchmark results

2021-10-30 Thread tapi...@gmail.com
This is fixed in https://go-review.googlesource.com/c/go/+/359477 The benchmarks become much less weird. https://play.golang.org/p/leXp-8MB6gi On Wednesday, August 18, 2021 at 11:35:05 PM UTC-4 tapi...@gmail.com wrote: > More specifically, the last parameter (needzero) of mallocgc is not passed

[go-nuts] Re: Best Go paid course

2021-10-30 Thread Robert Solomon
Based on this recommendation, I started Bill's class and got the book. I like the class a lot. Thanks for the post (sorry for my response not originally linking to this thread) On Saturday, October 23, 2021 at 5:19:30 PM UTC-4 leam...@gmail.com wrote: > Ahmed, > > I would recommend two pairs

[go-nuts] Re: Help getting database/sql pooling merged

2021-10-30 Thread Amnon
try pinging https://groups.google.com/g/golang-dev On Friday, 29 October 2021 at 23:37:13 UTC+1 Steven Hartland wrote: > Just a quick bump to see if we can get this over the line in time for the > 1.18 release freeze in just a couple of days time? > > On Sat, 23 Oct 2021 at 00:29, Steven