This commit is contained in:
Zheng Kai
2023-08-31 17:25:50 +08:00
parent 911c1b9f5f
commit e4ed2dccea
4 changed files with 3 additions and 5 deletions

View File

@@ -37,7 +37,6 @@ func IsURL(s string) bool {
// ReadFile ...
func ReadFile(file string) (ab []byte, err error) {
ab, err = os.ReadFile(StaticFile(file))
zj.Watch(&err)
return
}