Documentation
¶
Overview ¶
Go言語の 型定義 についてのサンプルが配置されているパッケージです。
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewRegister ¶
func NewRegister() interfaces.Register
Types ¶
type KeyValuePair ¶
type KeyValuePair struct { Key string Value interface{} }
構造体の定義も struct で定義した内容を type で名前定義しているのと同じ
Click to show internal directories.
Click to hide internal directories.