Sign in
go
/
tools
/
bdebc07e97384e59eb825068a8c943bae662554c
/
.
/
internal
/
imports
/
mod_114_test.go
blob: 10c1151d1b19d8fbee16d7bb1d5aeb89f488a335 [
file
] [
log
] [
blame
]
// +build go1.14
package imports
import (
"testing"
)
func TestModVendorAuto_114(t *testing.T) {
testModVendorAuto(t, true)
}