refactor: move converter from hrp internal to pkg

This commit is contained in:
debugtalk
2022-10-11 11:59:31 +08:00
parent 3e1c57b777
commit 98db4d7bfa
20 changed files with 41 additions and 3 deletions
+1 -1
View File
@@ -9,8 +9,8 @@ import (
"github.com/spf13/cobra"
"github.com/httprunner/httprunner/v4/hrp"
"github.com/httprunner/httprunner/v4/hrp/internal/convert"
"github.com/httprunner/httprunner/v4/hrp/pkg/boomer"
"github.com/httprunner/httprunner/v4/hrp/pkg/convert"
)
var runCurlCmd = &cobra.Command{