recommender/pkg/consts/posts.go

8 lines
118 B
Go
Raw Normal View History

2024-11-09 16:11:00 +00:00
package consts
import "errors"
var (
ErrAnotherOperationInProgress = errors.New("another operation in progress")
)