aboutsummaryrefslogtreecommitdiff
path: root/tests/core/go_test/external_importmap_test.go
blob: fbcc55effe3446fa9142e45e1e47a76218b50b27 (plain)
1
2
3
4
5
6
7
8
9
10
package external_importmap_test

import (
	"github.com/bazelbuild/rules_go/tests/core/go_test/external_importmap"
	"github.com/bazelbuild/rules_go/tests/core/go_test/external_importmap_dep"
)

var _ external_importmap.Object = &external_importmap_dep.Impl{}

// Test passes if it compiles.