6 lines
98 B
Go
6 lines
98 B
Go
package actionsignoff
|
|
|
|
import "errors"
|
|
|
|
var ErrNotFound = errors.New("action sign-off not found")
|