This commit is contained in:
Mark McGranaghan
2012-09-23 12:36:08 -07:00
parent 36c7bf4bef
commit 70dd607774
19 changed files with 123 additions and 84 deletions

View File

@@ -1,3 +1,5 @@
// ## Errors
package main
import ("fmt"; "errors")
@@ -18,6 +20,5 @@ func main() {
fmt.Println(e)
}
// == todo
// custom errors
// data conveying errors
// todo: custom errors
// todo: data conveying errors