Documentation ¶
Overview ¶
Package mypkg -- gitub.com/devlights/try-golang/basic/scope 用のテストデータが定義されています。
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HasNoPublicFields ¶
type HasNoPublicFields struct {
// contains filtered or unexported fields
}
HasNoPublicFields -- サンプル用の構造体 private な フィールドを持つ
func (*HasNoPublicFields) GetValues ¶
func (h *HasNoPublicFields) GetValues() string
GetValues -- サンプル用メソッド
type HasPublicFields ¶
HasPublicFields -- サンプル用の構造体 public な フィールドを持つ
func (*HasPublicFields) GetValues ¶
func (h *HasPublicFields) GetValues() string
GetValues -- サンプル用メソッド
type ICanDisplayValues ¶
type ICanDisplayValues interface { // GetValues -- サンプル用インターフェースメソッド GetValues() string }
ICanDisplayValues -- サンプル用インターフェース
Click to show internal directories.
Click to hide internal directories.