2011-01-17から1日間の記事一覧

Understanding Go compiler tools (1)

Recently I read Go lang. I began to understand its structure.How to buildYou can build the go compiler and tools as documented in the official documentation. It is quite easy. But it was confusing for me that I must run ./all.bash instead …