mirror of https://github.com/golang/go.git
reverted imported packages changes
This commit is contained in:
parent
0fc6472f1d
commit
2325b0e75b
|
|
@ -9,14 +9,13 @@ import (
|
|||
"fmt"
|
||||
"go/ast"
|
||||
"go/token"
|
||||
"internal/lazyregexp"
|
||||
"path"
|
||||
"slices"
|
||||
"strconv"
|
||||
"strings"
|
||||
"unicode"
|
||||
"unicode/utf8"
|
||||
|
||||
"internal/lazyregexp"
|
||||
)
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Reference in New Issue