wrong name of examples.go

This commit is contained in:
btracey
2013-07-18 17:40:34 -07:00
parent a611cdf84e
commit 2277de15ef
2 changed files with 20 additions and 2 deletions

View File

@@ -13,6 +13,6 @@ func ExampleAdd() {
fmt.Println("s1 = ", s1)
fmt.Println("s2 = ", s2)
// Output:
// s1 = [6,8,10,12]
// s2 = [6,8,10,12]
// s1 = [6 8 10 12]
// s2 = [5 6 7 8]
}