mirror of
https://github.com/golang/go.git
synced 2025-05-05 15:43:04 +00:00
fix wrong urls
parent
2221b05ef5
commit
3418e43959
@ -3,7 +3,7 @@ This page links to resources about error handling in Go.
|
||||
## Getting Started
|
||||
|
||||
- Read [Effective Go: Errors](https://golang.org/doc/effective_go.html#errors)
|
||||
- Code [A Tour of Go: Errors](http://tour.golang.org/methods/8) and do the [exercise](http://tour.golang.org/methods/9)
|
||||
- Code [A Tour of Go: Errors](http://tour.golang.org/methods/19) and do the [exercise](http://tour.golang.org/methods/20)
|
||||
- Study [The Go Programming Language Specification: Errors](http://golang.org/ref/spec#Errors)
|
||||
- Study [Package errors](http://golang.org/pkg/errors/)
|
||||
- Study [func fmt.Errorf](https://golang.org/pkg/fmt/#Errorf)
|
||||
|
Loading…
x
Reference in New Issue
Block a user