package
0.0.0-20230118092138-5b52905a155c
Repository: https://github.com/packtpublishing/hands-on-software-architecture-with-golang.git
Documentation: pkg.go.dev

# Functions

NewElementList creates a new list.
No description provided by the author

# Structs

ElementList is the generic FIFO queue.
No description provided by the author

# Type aliases

Element is a generic type which will be contained in the list.