This repository implement some of the linked list functionality such as PutItem
and GetNextItem
using Go generic. Original source code of the linked list implementation can be found at DS implementation
Need go1.18 or higher
- Clone
$ go run main.go