mirror of
https://github.com/golang/go
synced 2024-11-05 16:46:10 -07:00
12 lines
136 B
Go
12 lines
136 B
Go
|
// +build !go1.14
|
||
|
|
||
|
package imports
|
||
|
|
||
|
import (
|
||
|
"testing"
|
||
|
)
|
||
|
|
||
|
func TestModVendorAuto_Pre114(t *testing.T) {
|
||
|
testModVendorAuto(t, false)
|
||
|
}
|