mirror of
https://github.com/pushbits/server.git
synced 2025-05-01 19:26:41 +02:00
5 lines
89 B
Go
5 lines
89 B
Go
package api
|
|
|
|
import "errors"
|
|
|
|
var ErrorMessageNotFound = errors.New("message not found")
|