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

# Functions

Mutex は、 Tour of Go - sync.Mutex (https://tour.golang.org/concurrency/9) の サンプルです。.
NewNotSafeCounter -- 安全ではないカウンターを返します.
NewSafeCounter -- 安全なカウンターを返します.

# Structs

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

# Interfaces

No description provided by the author