Files
2026-07-16 22:16:45 +07:00

6 lines
98 B
Go

package actionsignoff
import "errors"
var ErrNotFound = errors.New("action sign-off not found")