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

# Functions

NewRegister -- このパッケージ用のサンプルを登録する mapping.Register を生成します。.
ParseFiles -- template.ParseFiles() のサンプルです。 REFERENCES - https://pkg.go.dev/text/template@latest#ParseFiles.
ParseFS -- template.ParseFS() のサンプルです。 REFERENCES - https://pkg.go.dev/text/template@latest#ParseFS - https://pkg.go.dev/io/fs@latest.
ParseGlob -- template.ParseGlob() のサンプルです。 REFERENCES - https://pkg.go.dev/text/template@latest#ParseGlob.