Skip to content

resolve case insensitive import collision#4

Open
zicklam wants to merge 1 commit intoGriesbacher:masterfrom
zicklam:correct_import_collision_Griesbacher
Open

resolve case insensitive import collision#4
zicklam wants to merge 1 commit intoGriesbacher:masterfrom
zicklam:correct_import_collision_Griesbacher

Conversation

@zicklam
Copy link
Copy Markdown

@zicklam zicklam commented Oct 12, 2018

Hello Philip,
there is an import collsion while downloading your application via go get:

$ go get github.com/Griesbacher/check_prometheus
../go/src/github.com/griesbacher/check_prometheus/helper/prometheus.go:5:2: case-insensitive import collision: "github.com/griesbacher/check_prometheus/vendor/github.com/griesbacher/check_x" and "github.com/Griesbacher/check_prometheus/vendor/github.com/griesbacher/check_x"

Did you changed your GitHub Username from griesbacher to Griesbacher?

I quick resolved this in your code:

github.com/griesbacher -> github.com/Griesbacher

github.com/griesbacher -> github.com/Griesbacher
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

Successfully merging this pull request may close these issues.

1 participant