14.16.1 没有结果类型的函数

在声明时没有结果类型的函数中,return 语句不能指定任何结果值。

func noResult() {
    return
}

最后更新于