Files
3ybactuk-marketplace-go-ser…/comments/internal/domain/model/errors.go
2025-07-26 17:31:38 +03:00

6 lines
89 B
Go

package model
import "errors"
var ErrCommentNotFound = errors.New("comment not found")