go

将golang转换为void类型

英文: golang casting to void type 问题 我知道在Go语言中,无返回值函数是不需要明确声明的,可以直接写成: func foo(start int, end int) { ...