Skip to content

AndersonQ/go1_13_errors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A look at Go 1.13 Errors

A talk presented on August Golang meetup showing where we are in the proposal to enhance error handling for Go 2 and what was added already in go 1.13. I also wrote a blog post about it

The slides use go present. To render the presentation:

  1. have go present golang.org/x/tools/present (go get golang.org/x/tools/cmd/present)
  2. go into the slides folder (cd slides)
  3. present or $GOPATH/bin/present
  4. Open your web browser on http://127.0.0.1:3999
  5. click on slides.slide

Also there is a sample project demonstrating how to use the new error functionalities added in go 1.13. To run it:

Requirement

  • go 1.13

Run

go run main.go

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages