英文: Unmarshaling INI file using Viper Go is not working as expected 问题 我正在使用viper进行应用程序配置。 以下是代码示例。 ...
如何以天为单位指定时间持续时间,以便可以无错误加载 Golang Viper 配置?
英文: How to mention time duration in days so that golang viper config can be loaded without errors? 问...
如何使用Go Viper包解析配置条目的标题?
英文: How to unmarshall config entry header with Go Viper package? 问题 我有一个配置文件,内容如下: apps: customer1: ...
无法通过环境变量获取嵌套键来覆盖使用viper的yaml配置文件。
英文: Can't get nested key from env to override yaml config file using viper 问题 这是我的简化配置: stripe: ...
读取配置文件时出错。Golang使用viper包。
英文: Error reading config file. Golang using viper package 问题 请帮我阅读一个env.json文件。每次运行我的代码时,我总是得到以下错误信息...
条件性地将 viper 配置(toml 格式)解析为结构体的惯用方法
英文: Idiomatic way to conditionally unmarshal a viper config (toml) into structs 问题 我是Go语言的新手,想知道如何以惯...
golang: how to support cli params, env vars and config file with viper but no cobra?
英文: golang: how to support cli params, env vars and config file with viper but no cobra? 问题 我正在尝试编写一...
当调用一个目录变量时出现错误。
英文: Variable for a directory but get error when calling it 问题 我正在尝试为一个变量分配一个读取目录的值,但是我遇到了这个错误: "...
确定在golang的cobra/viper中的(子)命令调用中是否实际传递了标志位。
英文: Determine if flags were actually passed in (sub)command invocation in golang's cobra/viper 问...
viper.AutomaticEnv() 获取环境变量无法正常工作。
英文: viper.AutomaticEnv() gets environment variable doesn't work properly 问题 我正在尝试通过设置环境变量来将开发配置文...