Get the code: learngo.go Go was created out of the need to get work done. It’s not the latest trend in computer science, but it is the newest fastest way to solve real-world problems. It has familiar concepts of imperative languages with static typing. It’s fast to compile and fast to execute, it adds easy-to-understand concurrency to leverage today’s multi-core CPUs, and has features to help with large-scale programming. Go comes with a great standard library and an enthusiastic community. // Single line comment /* Multi- line comment */ // A package clause starts every source file.
Read full article from Learn Go in Y Minutes
No comments:
Post a Comment