会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Golden's note
博客园
首页
新随笔
联系
订阅
管理
2015年6月26日
Golang中的error类型
摘要: ####Golang中的error类型error类型本身就是一个预定义好的接口,里面定义了一个method````type error interface { Error() string}````#### 生成一个新的error并返回一般有以下几种处理方式:````package maini...
阅读全文
posted @ 2015-06-26 09:55 hessen
阅读(37897)
评论(3)
推荐(0)
公告