Documentation ¶
Overview ¶
Package enum -- Goでの enum についてのサンプルが配置されているパッケージです。
Index ¶
Constants ¶
View Source
const ( FirstValue int = iota // 最初の値は 0 からスタート SecondValue ThirdValue )
定数
Variables ¶
This section is empty.
Functions ¶
func GoEnums ¶
func GoEnums() error
GoEnums -- Go における enum の扱い方についてのサンプルです
REFERNCES:
-https://blog.learngoprogramming.com/golang-const-type-enums-iota-bc4befd096d3
func GoIota ¶
func GoIota() error
GoIota -- Go における iota の扱い方についてのサンプルです
REFERENCES:
-https://blog.learngoprogramming.com/golang-const-type-enums-iota-bc4befd096d3
noinspection GoBoolExpressions
func NewRegister ¶
NewRegister -- このパッケージ用のサンプルを登録する mapping.Register を生成します。
Types ¶
type Status ¶
type Status int
Status -- サンプル用 enum. 何かのステータスを表す
Click to show internal directories.
Click to hide internal directories.