change: update docs

This commit is contained in:
debugtalk
2022-06-27 16:56:10 +08:00
parent e816f8cb5f
commit d2c80cd2b7
17 changed files with 15 additions and 19 deletions
-1
View File
@@ -20,7 +20,6 @@ func LoadJSONCase(path string) (*hrp.TCase, error) {
return nil, errors.New("invalid json file")
}
// convert json case to TCase
err = caseJSON.MakeCompat()
if err != nil {
return nil, err