Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 180 Bytes

error.md

File metadata and controls

10 lines (8 loc) · 180 Bytes

type error

type error interface {
    Error() string
}

功能说明:

error 内建接口类型是表示错误情况的约定接口,nil 值即表示没有错误。