Closed bbrodriges closed 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.
github.com/go-errors/errors
IsQuit
IsUnknownView
Go 1.13 is now about 1.5 years old so i'm fine with this change
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 functionsIsQuit
andIsUnknownView
in favour of standard Go errors introspection methods presented in Go 1.13.