Go Chinese Development Manual
Go is a compiled language that combines the ease of an interpreted language, the development efficiency of a dynamically typed language, and the safety of a static type. It is also intended to be a modern language that supports networking and multi-core computing. To meet these goals, some language issues need to be solved: an expressive but lightweight type system, concurrency and garbage collection mechanisms, strict dependency specifications, and so on. These cannot be solved by libraries or tools, so Go came into being.
Go Chinese Development Manual
Go is a compiled language that combines the ease of an interpreted language, the development efficiency of a dynamically typed language, and the safety of a static type. It is also intended to be a modern language that supports networking and multi-core computing. To meet these goals, some language issues need to be solved: an expressive but lightweight type system, concurrency and garbage collection mechanisms, strict dependency specifications, and so on. These cannot be solved by libraries or tools, so Go came into being.