Go Basics

From Wiki
Revision as of 00:29, 6 February 2014 by Scott (talk | contribs) (Created page with "Resources: http://golang.org/ == Install and Setup == <pre> sudo apt-get install golang </pre> http://golang.org/doc/code.html discusses setting up the GOLANG environment v...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Resources: http://golang.org/

Install and Setup

sudo apt-get install golang

http://golang.org/doc/code.html discusses setting up the GOLANG environment variable and your code repository

Commands

godoc