Update to gobook@4fdc3c0a831c14c716c2c013e42268f6d21a9a13

Change-Id: I63623453205b84eba5680e27f68e81e99e7bbeb9
This commit is contained in:
Alan Donovan
2015-12-07 12:23:42 -05:00
parent b7e11892d0
commit 4f0ceb5e5d
7 changed files with 18 additions and 18 deletions
+2 -2
View File
@@ -5,7 +5,7 @@ package intset
import "fmt"
func Example1() {
func Example_one() {
//!+main
var x, y IntSet
x.Add(1)
@@ -30,7 +30,7 @@ func Example1() {
// true false
}
func Example2() {
func Example_two() {
var x IntSet
x.Add(1)
x.Add(144)