[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 looking

[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

[go-nuts] CfP Go Devroom FOSDEM 2018

2017-10-09 Thread Francesc Campoy Flores
Hi gophers, The Go community has been represented at FOSDEM every year since 2014, and 2018 will not be an exception! This time the Go devroom got a full (large!) room on Saturday February 3rd and we are now looking for speakers. The format will be 30 minutes talk with

[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.

[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] 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