Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>The <a href="http://code.google.com/p/go-tour/" rel="nofollow">Go Tour project</a> has been updated recently.</p> <p>The Go <a href="http://weekly.golang.org/doc/devel/weekly.html#2011-11-09" rel="nofollow">weekly.2011-11-09</a> release renamed the <code>json</code> package to <code>encoding/json</code>.</p> <p>The Go <a href="http://weekly.golang.org/doc/devel/weekly.html#2011-12-14" rel="nofollow">weekly.2011-12-14</a> release changed the naming for the <code>go-tour</code> package <code>import</code> paths from <code>"go-tour.googlecode.com/hg/tree"</code> to <code>"code.google.com/p/go-tour/tree"</code>.</p> <p>Update to the Go weekly release (<a href="http://golang.org/doc/install.html#releases" rel="nofollow">Keeping up with releases</a>).</p> <pre><code>$ cd $GOROOT/src $ hg pull $ hg update weekly $ ./all.bash </code></pre> <p>Then install the <code>go-tour/tree</code> package.</p> <pre><code>$ cd $GOROOT $ goinstall -v -fix code.google.com/p/go-tour/tree goinstall: open /home/peter/go/goinstall.log: no such file or directory goinstall: code.google.com/p/go-tour/tree: download goinstall: cd / &amp;&amp; /usr/bin/hg clone https://code.google.com/p/go-tour /home/peter/go/src/pkg/code.google.com/p/go-tour goinstall: selecting tip goinstall: cd /home/peter/go/src/pkg/code.google.com/p/go-tour &amp;&amp; /usr/bin/hg update goinstall: code.google.com/p/go-tour/tree: install goinstall: cd /home/peter/go/src/pkg/code.google.com/p/go-tour/tree &amp;&amp; /bin/bash gomake -f- install $ </code></pre>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload