On Tue, Oct 2, 2018 at 3:29 PM <flockemar...@gmail.com> wrote: > This code is allowed: > newlocalvar, _ := strconv.Atoi(somestring) > > And this code is forbidden: > somestruct.field, _ = strconv.Atoi(somestring)
It is not forbidden: https://play.golang.org/p/YYUWhcNtPQB -- -j -- 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...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.