diff options
Diffstat (limited to 'commitquery/errors.go')
| -rw-r--r-- | commitquery/errors.go | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/commitquery/errors.go b/commitquery/errors.go new file mode 100644 index 00000000..e99011d0 --- /dev/null +++ b/commitquery/errors.go @@ -0,0 +1,5 @@ +package commitquery + +import "errors" + +var errBadGenerationOrder = errors.New("commitquery: priority queue violated generation ordering") |
