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

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
Package effectivego -- Effective Go (https://golang.org/doc/effective_go.html) のサンプルが配置されているパッケージです。 */.
Package generics -- Go 1.18 より追加された ジェネリクス についてのサンプルが配置されています。 REFERENCES - https://go.dev/tour/generics/1 - https://go.dev/tour/generics/2 - https://go.dev/doc/tutorial/generics - https://go.dev/blog/intro-generics - https://go.dev/blog/when-generics */.
No description provided by the author
Package gotour -- Tour of Go (https://tour.golang.org/) の サンプルが配置されているパッケージです。 Go の プログラムは、パッケージで構成される。 規約により、パッケージ名はimportパスの最後の要素の名前となる。 プログラムは、必ず main パッケージから開始される。 Go では、一つのディレクトリ内に一つのパッケージしか含めることが出来ない。 パッケージコメントは、そのパッケージ配下のファイルのどこかに 記載されていればいいので、よくパターンとしては doc.go というファイルを配置して、そこにパッケージコメントを記載する。 参考になる go.doc: https://golang.org/src/encoding/gob/doc.go go doc の書き方については以下が分かりやすい https://blog.golang.org/godoc-documenting-go-code https://qiita.com/lufia/items/97acb391c26f967048f1 https://qiita.com/shibukawa/items/8c70fdd1972fad76a5ce */.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author