Sign in
go
/
tools
/
faa69481e76149c3386932970ba2d389b6155317
/
.
/
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)
}