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