mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-06-15 00:15:32 +02:00
Bump gocui
This commit is contained in:
3
vendor/github.com/go-errors/errors/README.md
generated
vendored
3
vendor/github.com/go-errors/errors/README.md
generated
vendored
@ -9,7 +9,7 @@ This is particularly useful when you want to understand the state of execution
|
||||
when an error was returned unexpectedly.
|
||||
|
||||
It provides the type \*Error which implements the standard golang error
|
||||
interface, so you can use this library interchangably with code that is
|
||||
interface, so you can use this library interchangeably with code that is
|
||||
expecting a normal error return.
|
||||
|
||||
Usage
|
||||
@ -80,3 +80,4 @@ This package is licensed under the MIT license, see LICENSE.MIT for details.
|
||||
* v1.4.0 *BREAKING* v1.4.0 reverted all changes from v1.3.0 and is identical to v1.2.0
|
||||
* v1.4.1 no code change, but now without an unnecessary cover.out file.
|
||||
* v1.4.2 performance improvement to ErrorStack() to avoid unnecessary work https://github.com/go-errors/errors/pull/40
|
||||
* v1.5.0 add errors.Join() and errors.Unwrap() copying the stdlib https://github.com/go-errors/errors/pull/40
|
||||
|
Reference in New Issue
Block a user