Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas committed Feb 13, 2024
1 parent 9775a39 commit dd47002
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions jsonrpc2_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,13 @@ func (arith) ErrorMethod(ctx context.Context) (*int, error, *RpcErrorCode) {

type testType struct{}

func (testType) FuncCheck1() {}
func (testType) FuncCheck1() {
//
}

func (testType) FuncCheck2(context.Context) {}
func (testType) FuncCheck2(context.Context) {
//
}

// Insufficient Output
func (testType) FuncCheck3(context.Context) (string, error) {
Expand Down

0 comments on commit dd47002

Please sign in to comment.