mirror of
https://gitee.com/johng/gf
synced 2026-07-08 22:40:30 +08:00
chore: improve golangci-lint.yml, upgrade dependencies, and optimize code and comments (#4025)
This commit is contained in:
@ -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
|
||||
|
||||
@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user