WIP: jsonrpc
This commit is contained in:
parent
bbab13a995
commit
0d5e80e772
3 changed files with 6 additions and 0 deletions
2
jsonrpc/README.md
Normal file
2
jsonrpc/README.md
Normal file
|
@ -0,0 +1,2 @@
|
|||
# jsonrpc
|
||||
|
3
jsonrpc/jsonrpc.go
Normal file
3
jsonrpc/jsonrpc.go
Normal file
|
@ -0,0 +1,3 @@
|
|||
// +build !solution
|
||||
|
||||
package jsonrpc
|
1
jsonrpc/jsonrpc_test.go
Normal file
1
jsonrpc/jsonrpc_test.go
Normal file
|
@ -0,0 +1 @@
|
|||
package jsonrpc
|
Loading…
Reference in a new issue