package httpDelivery import ( "errors" ) const logGetImage = "Image delivery | Get image" var notFound = errors.New("not found")