增加xml格式文件
This commit is contained in:
@ -18,6 +18,8 @@ const (
|
|||||||
FileTypeYaml = "yaml"
|
FileTypeYaml = "yaml"
|
||||||
// FileTypeToml toml格式文件
|
// FileTypeToml toml格式文件
|
||||||
FileTypeToml = "toml"
|
FileTypeToml = "toml"
|
||||||
|
// FileTypeXml xml格式文件
|
||||||
|
FileTypeXml = "xml"
|
||||||
// FileTypeTxt txt格式文件
|
// FileTypeTxt txt格式文件
|
||||||
FileTypeTxt = "txt"
|
FileTypeTxt = "txt"
|
||||||
// FileTypeUnknown 文职格式文件
|
// FileTypeUnknown 文职格式文件
|
||||||
|
Reference in New Issue
Block a user