Add some more documentation and links to godoc#
This commit is contained in:
parent
fa857615dd
commit
4b8a62ba12
8 changed files with 13 additions and 1 deletions
|
@ -1,3 +1,4 @@
|
|||
// Package containers contains implementations of a generic queue and stack
|
||||
package containers
|
||||
|
||||
type chainElem[T any] struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue