Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dot imports (Ginkgo) are ignored #61

Open
runcom opened this issue Jan 17, 2018 · 1 comment
Open

Dot imports (Ginkgo) are ignored #61

runcom opened this issue Jan 17, 2018 · 1 comment

Comments

@runcom
Copy link

runcom commented Jan 17, 2018

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

@LK4D4
Copy link
Owner

LK4D4 commented Jan 17, 2018

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants