Test: remove test for internal xml package

This commit is contained in:
HFO4
2019-12-21 13:01:18 +08:00
parent 91b873065a
commit bb27d1d587
8 changed files with 27 additions and 3643 deletions

View File

@@ -16,7 +16,6 @@ func FillSlash(path string) string {
}
// RemoveSlash 移除路径最后的`/`
// TODO 测试
func RemoveSlash(path string) string {
if len(path) > 1 {
return strings.TrimSuffix(path, "/")