Go Concepts - Compiler
Jump to navigation
Jump to search
Internal
Overview
When building a Go program, the compiler only needs to look at the libraries that are directly included, rather than traversing the dependencies of all the libraries that are included in the entire dependency chain like Java, C and C++. Why?