package
Version:
v0.0.3
Opens a new window with list of versions in this module.
Published: Dec 22, 2019
License: MIT
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Go言語の 構造体 についてのサンプルが配置されているパッケージです。
EmptyStruct は、空の構造体についサンプルです.
構造体についてのサンプル
noinspection GoUnhandledErrorResult
構造体が値型であることの確認
noinspection GoNilness
func StructAnonymousStruct() error
type MyStruct struct {
Value int
}
サンプル用の構造体
Source Files
¶
Click to show internal directories.
Click to hide internal directories.