mirror of
https://github.com/golang/go
synced 2024-11-26 04:27:58 -07:00
fix order of imports
This commit is contained in:
parent
b41219c975
commit
76bced5c48
@ -14,14 +14,13 @@ import (
|
||||
"go/scanner"
|
||||
"go/token"
|
||||
"go/version"
|
||||
"internal/diff"
|
||||
"io"
|
||||
"io/fs"
|
||||
"os"
|
||||
"path/filepath"
|
||||
"sort"
|
||||
"strings"
|
||||
|
||||
"internal/diff"
|
||||
)
|
||||
|
||||
var (
|
||||
|
@ -8,11 +8,10 @@ import (
|
||||
"fmt"
|
||||
"go/ast"
|
||||
"go/parser"
|
||||
"strings"
|
||||
"testing"
|
||||
|
||||
"internal/diff"
|
||||
"internal/testenv"
|
||||
"strings"
|
||||
"testing"
|
||||
)
|
||||
|
||||
type testCase struct {
|
||||
|
Loading…
Reference in New Issue
Block a user