add: some tests
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
package errors
|
||||
|
||||
import "errors"
|
||||
|
||||
// ErrNotImplemented is returned when an RPC method has not been implemented yet.
|
||||
var ErrNotImplemented = errors.New("method not implemented")
|
||||
Reference in New Issue
Block a user