grim/convey

Remove an uncessary comment
redux
2021-12-18, Gary Kramlich
d285956de25f
Remove an uncessary comment
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")
)