ZhangZhihui's Blog  

2024年1月2日

摘要: func TestLoadConfig(t *testing.T) { var config Config fmt.Printf("%+v", config) require.Nil(t, config) } RUN TestLoadConfig {Environment:} /zdata/Gith 阅读全文
posted @ 2024-01-02 22:40 ZhangZhihuiAAA 阅读(6) 评论(0) 推荐(0) 编辑
 
摘要: git clone https://github.com/go-nv/goenv.git ~/.goenv echo 'export GOENV_ROOT="$HOME/.goenv"' >> ~/.bashrc echo 'export PATH="$GOENV_ROOT/bin:$PATH"' 阅读全文
posted @ 2024-01-02 20:40 ZhangZhihuiAAA 阅读(45) 评论(0) 推荐(0) 编辑