improve code 'if block ends with a return statement, so drop this else and outdent its block (golint)'

This commit is contained in:
houseme
2021-11-16 00:26:10 +08:00
parent 47a4c6b58c
commit ff8633231f
7 changed files with 20 additions and 22 deletions

View File

@ -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 (