grim/convey

Quickly fix a mistake with the docs build

11 months ago, Gary Kramlich
b3868a101c61
Quickly fix a mistake with the docs build
package docker
import (
"errors"
)
var (
errDetachRemoved = errors.New("the detach attribute was removed in convey 0.15.0")
errHealthCheckRemoved = errors.New("the healthcheck attribute was removed in convey 0.15.0")
)