go基础
install
- download go:
https://go.dev/dl/ - ubuntu install go: https://www.digitalocean.com/community/tutorials/how-to-install-go-on-ubuntu-20-04
$ tar -C /usr/local -xvf goxxxx
$ vim ~/.profile
行末尾添加 : export PATH=$PATH:/usr/local/go/bin
$ source ~/.profile
$ go version
- 原文作者:winsun
- 原文链接:https://winsun.github.io/fightsec/post/go_00_install_config/
- 版权声明:本作品采用知识共享署名-非商业性使用-禁止演绎 4.0 国际许可协议进行许可,非商业转载请注明出处(作者,原文链接),商业转载请联系作者获得授权。