vndr
vndr copied to clipboard
Dot imports (Ginkgo) are ignored
trafficstars
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?