change: move plugin to independent repo

This commit is contained in:
debugtalk
2022-03-10 20:04:18 +08:00
parent a996199122
commit 8d88dc91b4
30 changed files with 31 additions and 2269 deletions
+1 -1
View File
@@ -72,7 +72,7 @@ var demoPlugin = `package main
import (
"fmt"
"github.com/httprunner/hrp/plugin"
"github.com/httprunner/plugin"
)
func SumTwoInt(a, b int) int {