feat: add scaffold for plugin

This commit is contained in:
debugtalk
2022-01-17 21:40:20 +08:00
parent b84f33eee1
commit d5dff2dcdf
5 changed files with 72 additions and 7 deletions
+1
View File
@@ -25,6 +25,7 @@ func TestGenDemoTestCase(t *testing.T) {
}
func Example_demo() {
demoTestCase.Config.ToStruct().Path = "../../examples/debugtalk.bin"
err := hrp.NewRunner(nil).Run(demoTestCase) // hrp.Run(demoTestCase)
fmt.Println(err)
// Output: