Text text text
- Strings
 - Files
- Opening
 - Closing
 
 
Incrementing a counter
 i += 1;  /* i = i + 1;  */
 i++;     /* same result */
External Resources
The Go project (http://golang.org/)
List of packages:
- (http://golang.org/pkg/) - list of packages supported and/or maintained by the Go project.
 - (https://godashboard.appspot.com/) - list of packages not supported nor maintained by the Go project.
 
    This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.