[go-nuts] Re: Go modules v2.0.0 won't work (but v2.0.1 will)

2019-06-14 Thread Francesc Campoy Flores
Turns out my code was correct and the only problem was that somehow the cache was corrupted. I ran go clean -modcache and everything is now working. On Friday, June 14, 2019 at 4:24:34 PM UTC-7, Francesc Campoy Flores wrote: > > Hi everyone, > > > I have a pretty weird error

[go-nuts] Go modules v2.0.0 won't work (but v2.0.1 will)

2019-06-14 Thread Francesc Campoy Flores
Hi everyone, I have a pretty weird error with Go modules that I can't explain - after some investigation I feel this might be a bug but I'd like to have some extra eyes on it. I have migrated my tools repository (github.com/campoy/tools) to use Go modules and as a test I've tagged two majo

[go-nuts] Go Devroom at FOSDEM 2019

2018-11-25 Thread Francesc Campoy Flores
Hi gophers! As every year we're planning a Go Devroom at FOSDEM 2019, taking place in Brussels next February. If you'd like to join us as a speaker please follow the instructions here: https://link.medium.com/6d9C6gNk8R Huge thanks to Maartje Eyskens for co-organizing this year's Devroom again!

[go-nuts] FOSDEM 2018 Go Devroom Schedule

2018-01-04 Thread Francesc Campoy Flores
Hi gophers, Good news, after our amazing reviewers evaluated *many* talk proposals we've come out with the following schedule for the Go Devroom.

Re: [go-nuts] Can someone explain this behavior with interfaces/points?

2017-11-14 Thread Francesc Campoy
Also, you might enjoy my GopherCon talk on nil https://www.youtube.com/watch?v=ynoY2xz-F8s On Tue, Nov 14, 2017 at 4:52 PM Dan Kortschak wrote: > This is explained in the FAQ: https://golang.org/doc/faq#nil_error > > On Tue, 2017-11-14 at 16:37 -0800, Travis Beauvais wrote: > > https://play.gol

[go-nuts] CfP Go Devroom FOSDEM 2018

2017-10-09 Thread Francesc Campoy Flores
onduct <https://golang.org/conduct>. Cheers, Francesc Campoy -- 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...@googl

[go-nuts] justforfunc: a Go YouTube series

2017-07-10 Thread Francesc Campoy Flores
Hi gophers, Sorry to spam you, but I'll do it only once! Today I published the episode 15 of a YouTube series I've been working on for a while. I think it is becoming a quite good resource for gophers lookin

[go-nuts] Re: go test -S: repeated symbols in assembly

2017-07-10 Thread Francesc Campoy Flores
I can confirm that the behavior only happens on Mac, tried the same on Linux and the output contained each symbol only once. https://github.com/golang/go/issues/20976 On Monday, July 10, 2017 at 3:21:23 PM UTC-7, Francesc Campoy Flores wrote: > > Even using tip I get the same behav