# README
サンプルリスト
このディレクトリには以下のサンプルがあります。
file | example name | note |
---|---|---|
tagget.go | structtag_tagget | Struct Tag の内容を読み取るサンプルです |
# Functions
NewRegister -- このパッケージ用のサンプルを登録する mapping.Register を生成します。.
TagGet -- Struct Tag の内容を読み取るサンプルです。
REFERENCES: - https://text.baldanders.info/golang/struct-tag/ - https://www.digitalocean.com/community/tutorials/how-to-use-struct-tags-in-go - https://qiita.com/itkr/items/9b4e8d8c6d574137443c - https://logmi.jp/tech/articles/324598.