refactor: move hrp code

This commit is contained in:
lilong.129
2024-08-27 20:20:46 +08:00
parent 67eecb405c
commit 11cfae5e5d
30 changed files with 31 additions and 32 deletions

View File

@@ -11,7 +11,7 @@ import (
"github.com/pkg/errors"
"github.com/rs/zerolog/log"
"github.com/httprunner/httprunner/v4/hrp/internal/code"
"github.com/httprunner/httprunner/v4/hrp/code"
"github.com/httprunner/httprunner/v4/hrp/internal/env"
"github.com/httprunner/httprunner/v4/hrp/internal/sdk"
)