Sure. Read this article about the milestones
in the development of the language:
http://golang.org/doc/go1compat.htmlThe advantages of Go vs a language like Cobol or Java are:
+ Go's clean light syntax inherited of Python
+ Platform independent code
+ No active memory management (also Java)
+ Simpler parallelism
+ Virtually crash-proof
+ Integrated test infrastructure
+ Standard formatting
+ Built-in profiling and documentation facilities
+ Libraries of cryptography in standard library
+ Great support for networking in standard library