fix: avoid data race for httpstat

This commit is contained in:
debugtalk
2022-10-16 20:21:20 +08:00
parent efbc89a8df
commit 3ccdb00fc2
7 changed files with 18 additions and 3 deletions

View File

@@ -6,3 +6,6 @@ import (
//go:embed VERSION
var VERSION string
// httprunner python version
const HttpRunnerMinimumVersion = "v4.2.0"