go package main 无故报错
在eclipse中有时常常报告以下这个错误
Multiple markers at this line
- missing return at end of function
- 47 changed lines
这个错误是你的某个方法没有进行return操作(不一定是main)
发布时间: 2013-08-01 15:23:18 作者: rapoo
go package main 无故报错
在eclipse中有时常常报告以下这个错误
Multiple markers at this line
- missing return at end of function
- 47 changed lines
这个错误是你的某个方法没有进行return操作(不一定是main)