feat: add type to fs read api

This commit is contained in:
Noah Hsu
2022-08-08 00:51:05 +08:00
parent ccce6a30bb
commit 61fa6f38a8
11 changed files with 81 additions and 18 deletions

View File

@ -12,3 +12,5 @@ var (
var (
Conf *Config
)
var TypesMap = make(map[string][]string)