fix: avoid data race for httpstat

This commit is contained in:
debugtalk
2022-10-16 22:36:49 +08:00
parent 28e65e50f7
commit a413197ae6
7 changed files with 18 additions and 3 deletions
+3
View File
@@ -6,3 +6,6 @@ import (
//go:embed VERSION
var VERSION string
// httprunner python version
const HttpRunnerMinimumVersion = "v4.2.0"