Skip to content

Commit 0b79e67

Browse files
committed
all: gofumports
1 parent 330f245 commit 0b79e67

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

error_gojay.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@
66

77
package jsonrpc2
88

9-
import (
10-
"github.com/francoispqt/gojay"
11-
)
9+
import "github.com/francoispqt/gojay"
1210

1311
// UnmarshalJSONObject implements gojay's UnmarshalerJSONObject
1412
func (v *Error) UnmarshalJSONObject(dec *gojay.Decoder, k string) error {

jsonrpc2_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ var callTests = []callTest{
3232
{"one_string", "fish", "got:fish"},
3333
{"one_number", 10, "got:10"},
3434
{"join", []string{"a", "b", "c"}, "a/b/c"},
35-
//TODO: expand the test cases
35+
// TODO: expand the test cases
3636
}
3737

3838
func (test *callTest) newResults() interface{} {

0 commit comments

Comments
 (0)