6 lines
97 B
Go
6 lines
97 B
Go
package mcf
|
|
|
|
import "errors"
|
|
|
|
var ErrNotFound = errors.New("maintenance check flight not found")
|