Skip to content

Commit

Permalink
fix: register was error deleted(#master)
Browse files Browse the repository at this point in the history
  • Loading branch information
OhYee committed Jan 20, 2020
1 parent 97ed5a2 commit fd27e98
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions server/register_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ import (
"testing"
)

var register = MakeRegister("test_server")

func sum(a int, b int) (c int) {
c = a + b
return
Expand Down

0 comments on commit fd27e98

Please sign in to comment.