change: remove har2case, move all features to go version

This commit is contained in:
debugtalk
2022-03-26 11:58:54 +08:00
parent a5f7eea9c3
commit e382f692e4
16 changed files with 22 additions and 865 deletions
-2
View File
@@ -140,8 +140,6 @@ func (tc *TCase) ToTestCase() (*TestCase, error) {
return testCase, nil
}
var ErrUnsupportedFileExt = fmt.Errorf("unsupported testcase file extension")
// APIPath implements IAPI interface.
type APIPath string