Re: [go-nuts] package_test can't find local package

2019-09-23 Thread Dan Kortschak
Resolved. Module name must be fully qualified. On Tue, 2019-09-24 at 11:19 +0930, Dan Kortschak wrote: > I'm putting together a tiny package at the moment that has not yet > been > push to a git remote. When I try to run tests I get the following > failure: > > $ GOPROXY=off go test > #

[go-nuts] package_test can't find local package

2019-09-23 Thread Dan Kortschak
I'm putting together a tiny package at the moment that has not yet been push to a git remote. When I try to run tests I get the following failure: $ GOPROXY=off go test # yaegiconf package yaegiconf_test imports github.com/kortschak/yaegiconf: cannot find module providing package