WIP: jsonrpc

This commit is contained in:
Fedor Korotkiy 2020-04-16 13:27:30 +03:00
parent bbab13a995
commit 0d5e80e772
3 changed files with 6 additions and 0 deletions

2
jsonrpc/README.md Normal file
View file

@ -0,0 +1,2 @@
# jsonrpc

3
jsonrpc/jsonrpc.go Normal file
View file

@ -0,0 +1,3 @@
// +build !solution
package jsonrpc

1
jsonrpc/jsonrpc_test.go Normal file
View file

@ -0,0 +1 @@
package jsonrpc