change: update docs

This commit is contained in:
debugtalk
2022-06-27 16:56:10 +08:00
parent 84a8741587
commit 82e4069fb1
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