mirror of
https://github.com/3ybactuk/marketplace-go-service-project.git
synced 2025-10-30 14:03:45 +03:00
[hw-8] add: repo layer
This commit is contained in:
5
comments/internal/domain/model/errors.go
Normal file
5
comments/internal/domain/model/errors.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package model
|
||||
|
||||
import "errors"
|
||||
|
||||
var ErrCommentNotFound = errors.New("comment not found")
|
||||
Reference in New Issue
Block a user