Skip to content

Instantly share code, notes, and snippets.

@burinov
Created January 11, 2013 06:02

Revisions

  1. burinov created this gist Jan 11, 2013.
    5 changes: 5 additions & 0 deletions Go installation in Ubuntu 12.04 Server LTS
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,5 @@
    # Go installation in Ubuntu 12.04 Server LTS
    $ sudo apt-get install python-software-properties
    $ sudo add-apt-repository ppa:gophers/go
    $ sudo apt-get update
    $ sudo apt-get install golang-tip # Or golang-weekly, or golang-stable