2 Star 1 Fork 1

qiqi / cfg

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
watch.go 170 Bytes
一键复制 编辑 原始数据 按行查看 历史
qiqi 提交于 2021-06-09 00:44 . 添加结构体解析+配置热更新
// +build !js
package cfg
import "github.com/fsnotify/fsnotify"
type watcher = fsnotify.Watcher
func newWatcher() (*watcher, error) {
return fsnotify.NewWatcher()
}
Go
1
https://gitee.com/zhucheer/cfg.git
git@gitee.com:zhucheer/cfg.git
zhucheer
cfg
cfg
v0.2.1

搜索帮助