Fixing import format in thirdparty libraries to separate local imports.
This commit is contained in:
5
third_party/golang/go/parser/error_test.go
vendored
5
third_party/golang/go/parser/error_test.go
vendored
@@ -23,13 +23,14 @@
|
||||
package parser
|
||||
|
||||
import (
|
||||
"k8s.io/kubernetes/third_party/golang/go/scanner"
|
||||
"k8s.io/kubernetes/third_party/golang/go/token"
|
||||
"io/ioutil"
|
||||
"path/filepath"
|
||||
"regexp"
|
||||
"strings"
|
||||
"testing"
|
||||
|
||||
"k8s.io/kubernetes/third_party/golang/go/scanner"
|
||||
"k8s.io/kubernetes/third_party/golang/go/token"
|
||||
)
|
||||
|
||||
const testdata = "testdata"
|
||||
|
||||
Reference in New Issue
Block a user