tools/go/packages/packagestest/modules_111.go

8 lines
84 B
Go

// +build go1.11
package packagestest
func init() {
All = append(All, Modules)
}