Features Get config value for DSL, that support key or ref object. Such as YAML: env: ${CUSTOM_ENV} profile: dns: ${REMOTE_HOST} ip: ${REMOTE_IP:10.0.1.12} namespace: ${MYNAMESPACE:space.localhost} Go Example type Profile struct { DNS string `config:"dns"` IP string `co... YoyoGo v1.8.1 发布,更新配置读取环境变量下载地址