refactor: move har2case to internal

This commit is contained in:
debugtalk
2021-12-27 17:16:15 +08:00
parent 398ef87894
commit 9608e6a16b
5 changed files with 1 additions and 1 deletions

View File

@@ -4,7 +4,7 @@ import (
"github.com/rs/zerolog/log"
"github.com/spf13/cobra"
"github.com/httprunner/hrp/har2case"
"github.com/httprunner/hrp/internal/har2case"
)
// har2caseCmd represents the har2case command