发布时间:2014-04-14 11:24:58
GOPATH and workspacesOne of Go's design goals is to make writing software easier. To that end, the go command doesn't use Makefiles or other configuration files to guide program construction. Instead, it uses the source code to find dependencies and determine build conditions. T.........【阅读全文】