摘要: package utils import ( "bufio" "io" "os" "strings" //"fmt" ) const mid = "==" type Config struct { m map[string]string s string } //config example as follow /*[app] *#应用运行模式,我们采用了gin框架,目前支... 阅读全文
posted @ 2019-05-09 14:38 wpgraceii 阅读(1030) 评论(0) 推荐(0) 编辑