package created

This commit is contained in:
nquidox 2025-10-25 17:39:57 +03:00
parent 79d9ae5ab5
commit d5610fbb30
4 changed files with 122 additions and 0 deletions

View file

@ -0,0 +1,9 @@
package httpDelivery
import (
"errors"
)
const logGetImage = "Image delivery | Get image"
var notFound = errors.New("not found")