mirror of
https://github.com/golang/go.git
synced 2025-05-07 00:23:03 +00:00
Insert imports into existing multiline import declarations when possible. Logic for choosing where to insert taken from golang.org/x/tools/go/ast/astutil. Change-Id: Ie5ad96d5e3d5db2e92a2c05a6104d14a4a192ed3 Reviewed-on: https://go-review.googlesource.com/c/tools/+/190598 Run-TryBot: Suzy Mueller <suzmue@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Ian Cottrell <iancottrell@google.com>