Skip to content

Instantly share code, notes, and snippets.

@sanchezl
Created September 27, 2019 14:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sanchezl/9bc17f9d87e58514d926b7d2007a0e45 to your computer and use it in GitHub Desktop.
Save sanchezl/9bc17f9d87e58514d926b7d2007a0e45 to your computer and use it in GitHub Desktop.

What does the //indirect comment mean?

Not directly imported by the module code. Either imported by another dependency, or added manually with go get (in which case would disappear after go tidy if never used).

What does a pseudo version that ends in +incompatible mean?

The dependecy has a semver tag (vM.m.p), but the package name does not end with /vM, implying that it is not really a go module.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment