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 -1
View File
@@ -21,6 +21,6 @@ func LoadSwaggerCase(path string) (*hrp.TCase, error) {
return nil, errors.New("invalid swagger file")
}
// convert swagger to TCase
// TODO: convert swagger to TCase
return nil, nil
}