package
Version:
v1.3.0
Opens a new window with list of versions in this module.
Published: Mar 11, 2021
License: MIT
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Dir struct {
DirName string `json:"dir_name"`
Files []string `json:"files"`
Dirs []*Dir `json:"dirs"`
}
强行指定初始化,防止json之后,Dirs和Files为null
Source Files
¶
Click to show internal directories.
Click to hide internal directories.