Two main changes:
- Added two methods below into linkedMap,
GetFirstElement() (interface{}, interface{}, bool)
GetLastElement() (interface{}, interface{}, bool)
- Added a .golangci.yml file and fixed all the linter errors.
Two main changes:
GetFirstElement() (interface{}, interface{}, bool)
GetLastElement() (interface{}, interface{}, bool)