(*build.Context).Import has signature of
(ctx, importPath, fromDir, mode)
not
(ctx, fromDir, importPath, mode)
and the loader actually uses the first version.
The thinko was introduced in
|
||
|---|---|---|
| .. | ||
| testdata | ||
| cgo.go | ||
| cgo_pkgconfig.go | ||
| doc.go | ||
| example_test.go | ||
| loader.go | ||
| loader_test.go | ||
| stdlib_test.go | ||
| util.go | ||