优化代码

This commit is contained in:
GoEdgeLab
2023-08-08 15:12:28 +08:00
parent a7a170f9c6
commit 98eac40783
21 changed files with 61 additions and 78 deletions

View File

@@ -13,7 +13,7 @@ import (
type FileReader struct {
rawReader *Reader
password string
//password string
}
func NewFileReader(path string, password string) (*FileReader, error) {