greeting.go. package greetings func Hello(name string) string { // 大寫開頭exported message := "Hello " + name return message } func hi( ...
確定! 回上一頁