git-lfs/errors
brian m. carlson 087db1de70
Set package version to v3
Since we're about to do a v3.0.0 release, let's bump the version to v3.

Make this change automatically with the following command to avoid any
missed items:

  git grep -l github.com/git-lfs/git-lfs/v2 | \
  xargs sed -i -e 's!github.com/git-lfs/git-lfs/v2!github.com/git-lfs/git-lfs/v3!g'
2021-09-02 20:41:08 +00:00
..
context.go errors: remove Error prefix 2016-08-19 14:03:39 -06:00
errors_test.go Fix error strings to follow Go guidelines 2019-10-22 17:33:49 +03:00
errors.go Print error causes to stderr 2017-02-24 16:31:27 -07:00
types_test.go Set package version to v3 2021-09-02 20:41:08 +00:00
types.go errors: add a type for SSH protocol errors 2021-07-20 18:39:10 +00:00