Skip to content

Instantly share code, notes, and snippets.

@marcelitocs
Forked from konradko/golang_on_rpi.md
Last active July 1, 2023 22:24
Show Gist options
  • Select an option

  • Save marcelitocs/19bdfd22befecbe0d3eef3271260e528 to your computer and use it in GitHub Desktop.

Select an option

Save marcelitocs/19bdfd22befecbe0d3eef3271260e528 to your computer and use it in GitHub Desktop.

Revisions

  1. marcelitocs renamed this gist Jun 23, 2017. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  2. marcelitocs revised this gist Jun 3, 2017. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions golang_on_rpi.md
    Original 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
    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
    ````
  3. @konradko konradko revised this gist Sep 6, 2016. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion golang_on_rpi.md
    Original 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
    tar -C /usr/local -xzf go1.7.linux-armv6l.tar.gz
    export PATH=$PATH:/usr/local/go/bin
    ````
  4. @konradko konradko created this gist Sep 6, 2016.
    5 changes: 5 additions & 0 deletions golang_on_rpi.md
    Original 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
    ````