mirror of
https://github.com/nabbar/golib.git
synced 2025-10-04 07:26:39 +08:00
Fix doc comments
This commit is contained in:
@@ -70,12 +70,12 @@ func (e errorCode) Trace() runtime.Frame {
|
||||
return e.trace
|
||||
}
|
||||
|
||||
// ErrorWithCode return a error type of the current code, with error and origin in reference
|
||||
// StringFull return a error type of the current code, with error and origin in reference
|
||||
func (e errorCode) StringFull() string {
|
||||
return e.ErrorFull().Error()
|
||||
}
|
||||
|
||||
// ErrorWithCode return a error type of the current code, with error and origin in reference
|
||||
// ErrorFull return a error type of the current code, with error and origin in reference
|
||||
func (e errorCode) ErrorFull() error {
|
||||
|
||||
if e.trace != getNilFrame() {
|
||||
|
Reference in New Issue
Block a user