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

# README

サンプルリスト

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

fileexample namenote
cmpwaitgroup/error_with_errgroup.goerrgrp_error_with_errgroup拡張ライブラリ golang.org/x/sync/errgroup でエラー情報を呼び元に伝播させるサンプルです
cmpwaitgroup/error_with_waitgroup.goerrgrp_error_with_waitgroup標準ライブラリ sync.WaitGroup でエラー情報を呼び元に伝播させるサンプルです
pipeline/with_pipelineerrgrp_with_pipeline拡張ライブラリ golang.org/x/sync/errgroup でパイプライン処理を行っているサンプルです
withcontext/with_context.goerrgrp_with_context拡張ライブラリ golang.org/x/sync/errgroup で ctx.Context を含めた利用方法についてのサンプルです

# Packages

No description provided by the author
No description provided by the author
No description provided by the author

# Functions

NewRegister -- このパッケージ用のサンプルを登録する mapping.Register を生成します。.