concurrency

This commit is contained in:
Steven Degutis
2012-03-17 12:04:10 -05:00
parent cb6c0229c1
commit 95e2dcf25d
3 changed files with 38 additions and 4 deletions

5
about_panics.go Normal file
View File

@@ -0,0 +1,5 @@
package go_koans
func aboutPanics() {
panic("crap")
}