go语言method 求解

layli · · 887 次点击
实现了 error 接口
#1
更多评论
``` type error interface { Error() string } ```
#2