go接口及嵌入類型例子

書上看的。慢慢領會。。 package main import ( "fmt" ) type notifier interface { notify() } type user struct { name string email string } func (u *user) notify() { fmt.Printf("Sending user email to %s<%s
相關文章
相關標籤/搜索