- Distributed Computing with Go
- V.N. Nikhil Anurag
- 84字
- 2021-06-24 18:36:05
GOROOT
In order to run or build a Go project, we need to have access to the Go binary and its libraries. A typical installation of Go (instructions can be found at https://golang.org/dl/) on Unix-based systems will place the Go binary at /usr/bin/go. However, it is possible to install Go on a different path. In that case, we need to set the GOROOT environment variable to point to our Go installation path and also append it to our PATH environment variable.
推薦閱讀
- Linux設(shè)備驅(qū)動(dòng)開(kāi)發(fā)詳解(第2版)
- Ganglia系統(tǒng)監(jiān)控
- Linux內(nèi)核觀測(cè)技術(shù)BPF
- 從實(shí)踐中學(xué)習(xí)Kali Linux無(wú)線網(wǎng)絡(luò)滲透測(cè)試
- OpenStack系統(tǒng)架構(gòu)設(shè)計(jì)實(shí)戰(zhàn)
- OpenSolaris設(shè)備驅(qū)動(dòng)原理與開(kāi)發(fā)
- Kali Linux高級(jí)滲透測(cè)試(原書(shū)第3版)
- Linux操作系統(tǒng)
- Windows Vista終極技巧金典
- Drupal 7 Cookbook
- 嵌入式微系統(tǒng)
- 完美應(yīng)用Ubuntu(第2版)
- Linux內(nèi)核修煉之道
- 辦公自動(dòng)化教程(Windows7+Office2010)
- 鴻蒙HarmonyOS應(yīng)用開(kāi)發(fā)入門(mén)