Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1247)

Delta Between Two Patch Sets: doc/go1.html

Issue 5979046: code review 5979046: old/regexp, old/template: delete. (Closed)
Left Patch Set: diff -r e3499bb9ce3d https://go.googlecode.com/hg/ Created 11 years, 12 months ago
Right Patch Set: diff -r 6c742b3b04d1 https://go.googlecode.com/hg/ Created 11 years, 11 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
Right: Side by side diff | Download
« no previous file with change/comment | « no previous file | src/pkg/old/regexp/all_test.go » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
(no file at all)
1 <!--{ 1 <!--{
2 "Title": "Go 1 Release Notes", 2 "Title": "Go 1 Release Notes",
3 "Template": true 3 "Template": true
4 }--> 4 }-->
5 5
6 <h2 id="introduction">Introduction to Go 1</h2> 6 <h2 id="introduction">Introduction to Go 1</h2>
7 7
8 <p> 8 <p>
9 Go version 1, Go 1 for short, defines a language and a set of core libraries 9 Go version 1, Go 1 for short, defines a language and a set of core libraries
10 that provide a stable foundation for creating reliable products, projects, and 10 that provide a stable foundation for creating reliable products, projects, and
(...skipping 600 matching lines...) Expand 10 before | Expand all | Expand 10 after
611 standard Go 1 release distributions, although they will be available in source c ode form for 611 standard Go 1 release distributions, although they will be available in source c ode form for
612 developers who wish to use them. 612 developers who wish to use them.
613 </p> 613 </p>
614 614
615 <p> 615 <p>
616 The packages in their new locations are: 616 The packages in their new locations are:
617 </p> 617 </p>
618 618
619 <ul> 619 <ul>
620 <li><code>old/netchan</code></li> 620 <li><code>old/netchan</code></li>
621 <li><code>old/regexp</code></li>
622 <li><code>old/template</code></li>
623 </ul> 621 </ul>
624 622
625 <p> 623 <p>
626 <em>Updating</em>: 624 <em>Updating</em>:
627 Code that uses packages now in <code>old</code> will need to be updated by hand, 625 Code that uses packages now in <code>old</code> will need to be updated by hand,
628 or else compiled from an installation that has <code>old</code> available. 626 or else compiled from an installation that has <code>old</code> available.
629 The <code>go</code> <code>fix</code> tool will warn about such uses. 627 The <code>go</code> <code>fix</code> tool will warn about such uses.
630 </p> 628 </p>
631 629
632 <h3 id="deleted">Deleted packages</h3> 630 <h3 id="deleted">Deleted packages</h3>
633 631
634 <p> 632 <p>
635 Go 1 deletes several packages outright: 633 Go 1 deletes several packages outright:
636 </p> 634 </p>
637 635
638 <ul> 636 <ul>
639 <li><code>container/vector</code></li> 637 <li><code>container/vector</code></li>
640 <li><code>exp/datafmt</code></li> 638 <li><code>exp/datafmt</code></li>
641 <li><code>go/typechecker</code></li> 639 <li><code>go/typechecker</code></li>
640 <li><code>old/regexp</code></li>
641 <li><code>old/template</code></li>
642 <li><code>try</code></li> 642 <li><code>try</code></li>
643 </ul> 643 </ul>
644 644
645 <p> 645 <p>
646 and also the command <code>gotry</code>. 646 and also the command <code>gotry</code>.
647 </p> 647 </p>
648 648
649 <p> 649 <p>
650 <em>Updating</em>: 650 <em>Updating</em>:
651 Code that uses <code>container/vector</code> should be updated to use 651 Code that uses <code>container/vector</code> should be updated to use
(...skipping 1376 matching lines...) Expand 10 before | Expand all | Expand 10 after
2028 2028
2029 <p> 2029 <p>
2030 One of the most significant changes associated with Go 1 is the availability 2030 One of the most significant changes associated with Go 1 is the availability
2031 of prepackaged, downloadable distributions. 2031 of prepackaged, downloadable distributions.
2032 They are available for many combinations of architecture and operating system 2032 They are available for many combinations of architecture and operating system
2033 (including Windows) and the list will grow. 2033 (including Windows) and the list will grow.
2034 Installation details are described on the 2034 Installation details are described on the
2035 <a href="/doc/install">Getting Started</a> page, while 2035 <a href="/doc/install">Getting Started</a> page, while
2036 the distributions themselves are listed on the 2036 the distributions themselves are listed on the
2037 <a href="http://code.google.com/p/go/downloads/list">downloads page</a>. 2037 <a href="http://code.google.com/p/go/downloads/list">downloads page</a>.
LEFTRIGHT

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b