package booking import "errors" // ErrBookingNotFound indicates that a booking could not be retrieved from the datastore. var ErrBookingNotFound = errors.New("booking not found")