feat: update
This commit is contained in:
5
pkg/errorx/err.go
Normal file
5
pkg/errorx/err.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package errorx
|
||||
|
||||
import "errors"
|
||||
|
||||
var ErrNoNewMessage = errors.New("no new message")
|
||||
Reference in New Issue
Block a user