go: missing function body,syntax error: unexpected semicolon or newline before {

Posted StaticAuto

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了go: missing function body,syntax error: unexpected semicolon or newline before {相关的知识,希望对你有一定的参考价值。

这其实是一个新手常犯的错误

这与日常代码规范有关。例如:

func main()

test()

将其改为:
func main()
test()

即可

以上是关于go: missing function body,syntax error: unexpected semicolon or newline before {的主要内容,如果未能解决你的问题,请参考以下文章

@RequestBody 异常:Required request body is missing

调用接口显示Required request body is missing

@RequestBody对象为空,异常Required request body is missing

Paypal Customer Dispute API - 提供证据总是返回 MISSING_OR_INVALID_REQUEST_BODY

使用 FeignClient 进行微服务交互 出现Required request body is missing

missing go.sum entry for module providing package