最佳答案
有没有办法在Go的函数中指定默认值?我试图在文档中找到这一点,但我找不到任何说明这是可能的。
func SaySomething(i string = "Hello")(string){
...
}