Open runcom opened 6 years ago
Dot imports are ignored, reproduce with test below:
main
package main import ( "fmt" . "github.com/onsi/ginkgo" ) func main() { fmt.Println("bug") }
vendor.conf
github.com/onsi/ginkgo master
@LK4D4 PTAL
@runcom it works for me with go version go1.9.2 linux/amd64. What's your OS and go version?
go version go1.9.2 linux/amd64
Dot imports are ignored, reproduce with test below:
main
vendor.conf
@LK4D4 PTAL