mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 19:21:50 +00:00
Introducing custom error types can be tricky - I realized there's no code-level assertions or docs on Is and As implementations, so this PR introduces some interfaces to guide implementers. We write them ourselves because the standard library does not provide them, and it allows us to include docstrings better. |
||
|---|---|---|
| .. | ||
| cockroach.go | ||
| CODENOTIFY | ||
| errors_test.go | ||
| errors.go | ||
| filter_test.go | ||
| filter.go | ||
| group_test.go | ||
| group.go | ||
| level_test.go | ||
| levels.go | ||
| multi_error.go | ||