golang

go tree란

Superkill 2020. 8. 20. 14:59
반응형

golang 문서를 보다보면 go tree라는 표현을 자주 보게 됩니다.

GOROOT :   The root of the go tree.
The Go path is a list of directory trees containing Go source code. It is consulted to resolve imports that cannot be found in the standard Go tree. 
[Sub-repositories]
These packages are part of the Go Project but outside the main Go tree. They are developed under looser compatibility requirements than the Go core. Install them with "go get".

go tree라는 것은 go 배포판이 위치한 directory 및 하위 디렉토리와 파일을 의미합니다.
(참고로 linux에서 directory는 tree로 표현됩니다.)