add: some tests

This commit is contained in:
2026-03-24 23:16:22 -07:00
parent e7e23c1e8c
commit 98b14220e7
6 changed files with 159 additions and 3 deletions
+6
View File
@@ -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")