vndr icon indicating copy to clipboard operation
vndr copied to clipboard

Dot imports (Ginkgo) are ignored

Open runcom opened this issue 7 years ago • 1 comments
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 avatar Jan 17 '18 15:01 runcom

@runcom it works for me with go version go1.9.2 linux/amd64. What's your OS and go version?

LK4D4 avatar Jan 17 '18 18:01 LK4D4