mirror of
https://github.com/golang/go.git
synced 2025-05-31 23:25:39 +00:00
Because goimports also sorts stdlib-vs-external differently (whereas gofmt just sorts string-wise), we need to put a blank line between imports of different classes. This happened in some cases, but not all. Fixes golang/go#7132 LGTM=kamil.kisiel R=golang-codereviews, kamil.kisiel CC=golang-codereviews https://golang.org/cl/60870047