go/internal/imports/mod_114_test.go

12 lines
131 B
Go

// +build go1.14
package imports
import (
"testing"
)
func TestModVendorAuto_114(t *testing.T) {
testModVendorAuto(t, true)
}