package
0.5.36
Repository: https://github.com/devlights/try-golang.git
Documentation: pkg.go.dev

# README

サンプルリスト

このディレクトリには以下のサンプルがあります。

fileexample namenote
tagget.gostructtag_taggetStruct 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.