mirror of
https://gitee.com/johng/gf
synced 2026-06-06 02:25:47 +08:00
improve code 'if block ends with a return statement, so drop this else and outdent its block (golint)'
This commit is contained in:
@ -6,8 +6,8 @@
|
||||
|
||||
// Package gerror provides simple functions to manipulate errors.
|
||||
//
|
||||
// Very note that, this package is quite a basic package, which SHOULD NOT import extra
|
||||
// packages except standard packages and internal packages, to avoid cycle imports.
|
||||
// Very note that, this package is quite a basic package, which SHOULD NOT import extra packages
|
||||
// except standard packages and internal packages, to avoid cycle imports.
|
||||
package gerror
|
||||
|
||||
import (
|
||||
|
||||
Reference in New Issue
Block a user