This library survey is not intended to be a programmer reference, but more of an introduction. It will have useful samples of some library functions that should help you to get basic competence in the Go libraries. For a deeper understanding of the mentioned functions and any omitted ones, please see the online Go package documentation. This documentation describes each package and the types in it and the functions they provide. Some examples are also available.
The Go and Java libraries differ ...