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