Skip to content

v0.3.0

Latest
Compare
Choose a tag to compare
@ahrtr ahrtr released this 06 Dec 02:15
· 2 commits to master since this release

Two main changes:

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