摘要: 配置文件config.yaml log: prefix: '[MY-LOG] ' log-file: true stdout: 'DEBUG' file: 'DEBUG' config/config.go package config type Log struct { Prefix string 阅读全文
posted @ 2020-05-10 15:21 DreamBoy_张亚飞 阅读(1610) 评论(0) 推荐(0)
摘要: 配置文件结构体 config.go package config type System struct { Mode string `mapstructure:"mode" json:"mode" ini:"mode"` } type Log struct { Prefix string `maps 阅读全文
posted @ 2020-05-10 15:16 DreamBoy_张亚飞 阅读(11421) 评论(0) 推荐(3)