# README
サンプルリスト
このディレクトリには以下のサンプルがあります。
file | example name | note |
---|---|---|
ring.go | containers_ring | container/ring のサンプルです。(リングバッファ、循環リスト) |
# Packages
No description provided by the author
# Functions
GenericRing は、container/ring/Ring をジェネリックにしたもののサンプルです.
NewRegister -- このパッケージ用のサンプルを登録する mapping.Register を生成します。.
RingBuffer -- container/ring のサンプルです。(リングバッファ、循環リスト)
REFERENCES - https://pkg.go.dev/container/[email protected].