[DO NOT REVIEW] vendor upate to remove useless dependencies

Signed-off-by: Bruce Ma <brucema19901024@gmail.com>
This commit is contained in:
Bruce Ma
2020-03-11 20:33:32 +08:00
parent 8a0e3fe10e
commit 486ef96e6f
14 changed files with 0 additions and 1917 deletions

View File

@ -16,7 +16,6 @@ package errors
import "fmt"
// Annotate is used to add extra context to an existing error. The return will be
// a new error which carries error message from both context message and existing error.
func Annotate(err error, message string) error {