gogs / git

Package GoGits - Git is a pure Go implementation of Git manipulation.
Apache License 2.0
176 stars 32 forks source link

not good enough errors #22

Closed lemmi closed 1 year ago

lemmi commented 8 years ago

I really find it hard to debug this library. I really would like to track errors with https://github.com/pkg/errors/ . This way we can annotate where a function call came from and can print stack traces if necessary. Otherwise this just behaves like normal errors.

unknwon commented 8 years ago

Looks good.