Go - University of California, Berkeley

A imports B imports C but A does not directly import C. The object code for B includes all the information about C needed to import B. Therefore in A the line import "B" does not require the compiler to read C when compiling A. Also, the object files are designed so the "export" information comes first; compiler doing import does not need to ... ................
................

In order to avoid copyright disputes, this page is only a partial summary.

Google Online Preview   Download