摘要: package main import ( "fmt" "reflect" ) type MyMysql struct { Host string `ini:"host"` Port int `ini:"port"` } type MyRedis struct { Host string `ini: 阅读全文
posted @ 2022-03-08 05:53 咖喱给给啊 阅读(19) 评论(0) 推荐(0)