go test -v 单元测试时关于配置文件路径读取错误的解决办法 J118 2022-12-06 423 阅读1分钟 类似报错: open dev_conf.toml: The system cannot find the file specified. 解决办法: 可以在当前测试目录下建立软链: ln -s /xxxpath/configs /xxxpath/service/mq/configs