1
0
mirror of https://github.com/golang/go synced 2024-11-26 01:57:56 -07:00

fix order of imports

This commit is contained in:
Alex Bozhenko 2024-02-07 07:16:16 -08:00
parent b41219c975
commit 76bced5c48
2 changed files with 3 additions and 5 deletions

View File

@ -14,14 +14,13 @@ import (
"go/scanner"
"go/token"
"go/version"
"internal/diff"
"io"
"io/fs"
"os"
"path/filepath"
"sort"
"strings"
"internal/diff"
)
var (

View File

@ -8,11 +8,10 @@ import (
"fmt"
"go/ast"
"go/parser"
"strings"
"testing"
"internal/diff"
"internal/testenv"
"strings"
"testing"
)
type testCase struct {