Advertisement
Guest User

Untitled

a guest
Oct 16th, 2019
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. ### What does the `//indirect` comment mean?
  2.  
  3. Not directly imported by the module code. Either imported by another dependency,
  4. or added manually with `go get` (in which case would disappear after `go tidy` if never used).
  5.  
  6. ### What does a pseudo version that ends in `+incompatible` mean?
  7.  
  8. The dependecy has a semver tag (`vM.m.p`), but the package name does not end with `/vM`, implying
  9. that it is not really a go module.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement