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