mirror of
https://github.com/3ybactuk/marketplace-go-service-project.git
synced 2025-10-30 05:53:45 +03:00
6 lines
89 B
Go
6 lines
89 B
Go
package model
|
|
|
|
import "errors"
|
|
|
|
var ErrCommentNotFound = errors.New("comment not found")
|