GopherCon EU kicks off as TamaGo and TinyGo share a stage

GopherCon EU is underway, with the TinyGo crew flagging a TamaGo and TinyGo collaboration on stage alongside Andrea Barisani. Bare-metal Go on secure hardware meeting the embedded toolchain is the kind of pairing that justifies showing up in person. On the proposal tracker, Alan Donovan is floating two small but useful things: a blanket approval policy for adding String and GoString methods to existing types, and a flag.FlagSet.All iterator returning iter.Seq2[*Flag, bool] to retire the VisitAll callback style. Neither is dramatic, both chip away at long-standing paper cuts. Elsewhere, a golang-nuts thread digs into why go test -v swallows panic stack traces from the function under test, which is the sort of quietly annoying behaviour worth knowing about before the next 2am debugging session.