# README
# サンプルリスト
このディレクトリには以下のサンプルがあります。
file | example name | note |
---|---|---|
nomutex/nomutex.go | mutex_nomutex | Mutexを利用しない場合のサンプルです. |
usemutex/usemutex.go | mutex_usemutex | Mutexを利用した場合のサンプルです. |
usechannel/usechannel.go | mutex_usechannel | Mutexの代わりにチャネルを利用したサンプルです. |
# Packages
No description provided by the author
No description provided by the author
No description provided by the author
# Functions
NewRegister -- このパッケージ用のサンプルを登録する mapping.Register を生成します。.