[feature] improve code gview

This commit is contained in:
houseme
2021-11-15 20:49:02 +08:00
parent cd60a4aca7
commit 4fa2a879d7
50 changed files with 150 additions and 138 deletions

View File

@ -11,7 +11,7 @@ import (
"os"
)
// Close implements Close interface of http.File.
// Close implements interface of http.File.
func (f *File) Close() error {
return nil
}