8 lines
74 B
Go
8 lines
74 B
Go
package jsonrpc
|
|
|
|
import (
|
|
"testing"
|
|
)
|
|
|
|
func TestStatus(t *testing.T) {
|
|
}
|