where?
Go程序中函数在执行的时候
why?
函数有返回参数,但是函数没有return关键字,报错
way?
添加return返回函数需要返回的参数
Go-missing return at end of function
原文:https://www.cnblogs.com/2bjiujiu/p/9040437.html