unify error package to gerror

This commit is contained in:
John Guo
2021-06-26 18:34:26 +08:00
parent b958689264
commit d109706ad3
41 changed files with 151 additions and 169 deletions

View File

@ -4,7 +4,7 @@
// If a copy of the MIT was not distributed with this file,
// You can obtain one at https://github.com/gogf/gf.
// Package errors provides simple functions to manipulate errors.
// Package gerror provides simple functions to manipulate errors.
//
// Very note that, this package is quite a base package, which should not import extra
// packages except standard packages, to avoid cycle imports.