libgo: Update to weekly.2012-03-04 release.
From-SVN: r185010
This commit is contained in:
parent
46402cbe0b
commit
593f74bbab
147 changed files with 3080 additions and 2022 deletions
|
@ -41,6 +41,7 @@ func ExampleContainsAny() {
|
|||
func ExampleCount() {
|
||||
fmt.Println(strings.Count("cheese", "e"))
|
||||
fmt.Println(strings.Count("five", "")) // before & after each rune
|
||||
|
||||
// Output:
|
||||
// 3
|
||||
// 5
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue