Sign in
go
/
tools
/
f02a19dded36842d1403be03d832b809d7a0cdf8
/
.
/
internal
/
imports
/
mod_pre114_test.go
blob: 8c307c13ad1a978fd6381714ddc6be6d62d60b6f [
file
] [
log
] [
blame
]
// +build !go1.14
package imports
import (
"testing"
)
func TestModVendorAuto_Pre114(t *testing.T) {
testModVendorAuto(t, false)
}