refactor: rename to hrp

This commit is contained in:
debugtalk
2021-10-16 23:14:16 +08:00
parent 078f7fb20f
commit 96c136e2be
46 changed files with 273 additions and 270 deletions

View File

@@ -1,4 +1,4 @@
package httpboomer
package hrp
import (
"encoding/json"
@@ -9,7 +9,7 @@ import (
"regexp"
"strings"
"github.com/httprunner/httpboomer/builtin"
"github.com/httprunner/hrp/builtin"
"github.com/maja42/goval"
)