refactor: simplify api

This commit is contained in:
debugtalk
2021-09-22 19:49:26 +08:00
parent 9c977c07ef
commit 5313ea6d6f
4 changed files with 15 additions and 5 deletions
+1 -1
View File
@@ -18,5 +18,5 @@ func TestHttpBoomer(t *testing.T) {
},
}
HttpBoomer().Run(testcase1, testcase2)
Run(testcase1, testcase2)
}