If I visit the Go playground <https://go.dev/play/> and change the body of `main()` to, say, `fmt.Println("hello", math.Abs(-5))` and then click Run, the `import "fmt"` line is _automatically_ corrected to be `import (\n\t"fmt"\n\t"math"\n)`. I'd like to be able to use this functionality so that I can set my editor to do "fiximports" and then "gofmt" rather than just "gofmt" as now. But I don't know what the tool is that does this?
-- 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. To view this discussion on the web visit https://groups.google.com/d/msgid/golang-nuts/9d6b1181-6332-492b-a9cc-93b8953882bfn%40googlegroups.com.