0
1
mirror of https://github.com/golang/go synced 2025-05-24 14:55:02 +00:00

test/[n-z]*.go: add documentation

R=golang-dev, bradfitz, r
CC=golang-dev
https://golang.org/cl/5700056
This commit is contained in:
Rob Pike
2012-02-24 11:48:19 +11:00
parent c05c3a9d11
commit 80a9783f84
26 changed files with 67 additions and 120 deletions

@ -4,6 +4,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// Test stack splitting code.
// Try to tickle stack splitting bugs by doing
// go, defer, and closure calls at different stack depths.