commit | 0a404a1b03871233b4e04472a247ebbe0d0c7946 | [log] [tgz] |
---|---|---|
author | Ian Lance Taylor <iant@golang.org> | Fri Jun 03 11:03:43 2016 -0700 |
committer | Ian Lance Taylor <iant@golang.org> | Fri Jun 03 11:03:43 2016 -0700 |
tree | b28f930dfbfe80892ea9c997957e879b9a023c7a | |
parent | 1052a3c16d6f0f0dffb7a0933c8592edab7e9c87 [diff] [blame] |
Updated cgo (markdown)
diff --git a/cgo.md b/cgo.md index f98bf23..3dd0d3b 100644 --- a/cgo.md +++ b/cgo.md
@@ -126,6 +126,9 @@ mu.Lock() defer mu.Unlock() index++ + for fns[index] != nil { + index++ + } fns[index] = fn return index }