chore: improve golangci-lint.yml, upgrade dependencies, and optimize code and comments (#4025)

This commit is contained in:
houseme
2024-12-11 10:14:12 +08:00
committed by GitHub
parent b7c74c9a35
commit 00e2f6b5dc
84 changed files with 611 additions and 621 deletions

View File

@ -15,6 +15,7 @@ import (
"github.com/gogf/gf/v2/internal/json"
)
// File is a file in a zip file.
type File struct {
file *zip.File
reader *bytes.Reader

View File

@ -20,6 +20,7 @@ import (
"github.com/gogf/gf/v2/text/gstr"
)
// Resource is the resource manager for the file system.
type Resource struct {
tree *gtree.BTree
}