- Distributed Computing with Go
- V.N. Nikhil Anurag
- 110字
- 2021-06-24 18:36:05
GOPATH
Programmers tend to work on many projects and it is good practice to have the source code separate from nonprogramming-related files. It is a common practice to have the source code in a separate location or workspace. Every programming language has its own conventions on how the language-related projects should be set up and Go is no exception to this.
GOPATH is the most important environment variable the developer has to set. It tells the Go compiler where to find the source code for the project and its dependencies. There are conventions within the GOPATH that need to be followed, and they have to deal with folder hierarchies.
推薦閱讀
- 構建高可用Linux服務器(第4版)
- 大學計算機應用基礎實踐教程(Windows 7+Office 2013)
- Arch Linux Environment Setup How-to
- 構建可擴展分布式系統(tǒng):方法與實踐
- Alfresco 4 Enterprise Content Management Implementation
- Instant Optimizing Embedded Systems using Busybox
- AutoCAD 2014中文版從入門到精通
- Delphi Programming Projects
- 精解Windows 10
- Advanced Infrastructure Penetration Testing
- Heroku Cloud Application Development
- Learn SwiftUI
- Linux從入門到精通(視頻教學版)
- Windows網(wǎng)絡編程(第2版)
- Getting Started with UDK