- 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.
推薦閱讀
- Getting Started with oVirt 3.3
- Ansible權威指南
- Mastering Distributed Tracing
- 構建可擴展分布式系統:方法與實踐
- 嵌入式應用程序設計綜合教程(微課版)
- 嵌入式Linux驅動程序和系統開發實例精講
- 深入理解eBPF與可觀測性
- Windows Server 2019 Administration Fundamentals
- 嵌入式實時操作系統:RT-Thread設計與實現
- Learning Magento 2 Administration
- OpenStack系統架構設計實戰
- ElasticSearch Cookbook
- OpenHarmony開發與實踐:基于紅莓RK2206開發板
- Linux內核修煉之道
- 鴻蒙HarmonyOS應用開發入門