Goのinterface
インターフェース
https://niconegoto.hatenadiary.jp/entry/2017/12/03/222922
https://qiita.com/weloan/items/de3b1bcabd329ec61709
https://docs.google.com/presentation/d/1gKgzYH0QF-4auf6BrFwKwuZ_mLp_DQR_XhbWRtMH-7I/edit#slide=id.p
Goのinterface{}
Gotのany
https://zenn.dev/syumai/articles/c6q5un1j0msim0aj0ca0
code:go
type any = interface{}
Top型