diff --git a/errors/reason/reason.go b/errors/reason/reason.go index 85960b8..a8e8348 100644 --- a/errors/reason/reason.go +++ b/errors/reason/reason.go @@ -1,4 +1,4 @@ -// Package reason handles error reasons to separate internal from user errors. +// Package reason contains types and functions commonly used to handle reason detection and extraction. package reason import (