awesome-gocui / gocui

Minimalist Go package aimed at creating Console User Interfaces.
BSD 3-Clause "New" or "Revised" License
350 stars 39 forks source link

use Go 1.13 errors instead of go-errors/errors #75

Closed bbrodriges closed 3 years ago

bbrodriges commented 3 years ago

This PR addresses issue https://github.com/awesome-gocui/gocui/issues/58.

It removes all usages of github.com/go-errors/errors as well as helper functions IsQuit and IsUnknownView in favour of standard Go errors introspection methods presented in Go 1.13.

mjarkk commented 3 years ago

Go 1.13 is now about 1.5 years old so i'm fine with this change