ahmdrz / goinsta

Unofficial Instagram API written in Golang
MIT License
895 stars 248 forks source link

Branch names conflict with go modules #310

Open mycroftcanner opened 4 years ago

mycroftcanner commented 4 years ago

https://github.com/googleapis/google-api-go-client/issues/381

If no specific version is requested, that is there's no @master or @some-other-tag in the argument, the Go command will ask for a list of available versions for this module. It will only consider tags, not branches, unless a branch is specifically requested by name. But if the branch is named v2 or latest or something else that has a specific meaning as a query, that specific meaning wins.

issue-label-bot[bot] commented 4 years ago

Issue-Label Bot is automatically applying the label bug to this issue, with a confidence of 0.57. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!

Links: app homepage, dashboard and code for this bot.