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 -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
}