-
-
Save marcelitocs/19bdfd22befecbe0d3eef3271260e528 to your computer and use it in GitHub Desktop.
Revisions
-
marcelitocs renamed this gist
Jun 23, 2017 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
marcelitocs revised this gist
Jun 3, 2017 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,5 @@ ``` wget https://storage.googleapis.com/golang/go1.8.linux-armv6l.tar.gz tar -C /usr/local -xzf go1.8.linux-armv6l.tar.gz export PATH=$PATH:/usr/local/go/bin ```` -
konradko revised this gist
Sep 6, 2016 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,5 @@ ``` wget https://storage.googleapis.com/golang/go1.7.linux-armv6l.tar.gz tar -C /usr/local -xzf go1.7.linux-armv6l.tar.gz export PATH=$PATH:/usr/local/go/bin ```` -
konradko created this gist
Sep 6, 2016 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,5 @@ ``` wget https://storage.googleapis.com/golang/go1.7.linux-armv6l.tar.gz tar -C /usr/local -xzf export PATH=$PATH:/usr/local/go/bin ````