美文网首页美文共赏
msys2 配置golang

msys2 配置golang

作者: tf_dejs | 来源:发表于2021-11-25 14:52 被阅读0次

install mingw-w64-x86_64-go

 pacman -S mingw-w64-x86_64-go

配置环境变量

添加以下配置到.zshrc

export GOROOT="/d/msys64/mingw64/lib/go"
export GOPATH="/d/applications/Goworkspace"
export PATH=$PATH:/mingw64/lib/go/bin:/d/applications/GoWorkspace/bin

相关文章

网友评论

    本文标题:msys2 配置golang

    本文链接:https://www.haomeiwen.com/subject/ienatrtx.html