go package main 无故报错在eclipse中有时常常报告以下这个错误Multiple markers at this line- missing r
go package main 无故报错
在eclipse中有时常常报告以下这个错误
Multiple markers at this line
- missing return at end of function
- 47 changed lines
这个错误是你的某个方法没有进行return操作(不一定是main)
go package main 无故报错
在eclipse中有时常常报告以下这个错误
Multiple markers at this line
- missing return at end of function
- 47 changed lines
这个错误是你的某个方法没有进行return操作(不一定是main)