Skip to content

Commit c401c73

Browse files
committed
reftype driver tests missing x/tools/imports dep
1 parent c55e5b5 commit c401c73

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

generators/reftype/drvier_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ func init() {
1818
if err != nil {
1919
log.Fatal(err)
2020
}
21+
2122
_, _ = internal.GoExec("get github.com/1pkg/gofire")(context.TODO(), dir)
23+
_, _ = internal.GoExec("get golang.org/x/tools/imports")(context.TODO(), dir)
2224
_, _ = internal.GoExec("get github.com/mitchellh/mapstructure")(context.TODO(), dir)
2325
}
2426

0 commit comments

Comments
 (0)