Skip to content

WildEgor/container-data-structures

Repository files navigation

License Go Report Card

Contains data structures additionally for container

Table of Contents

Installation

go get github.com/WildEgor/container-data-structures

Usage

Project:

  • .github
    • workflows
      • release.yml - run semantic release
      • testing.yml - run checks and tests
    • internal
      • list.go - generic list impl
    • pkg - contains data structure implementations

Structures:

Contributing

Please, use git cz for commit messages!

git clone https://github.com/WildEgor/container-data-structures
cd container-data-structures
git checkout -b feature-or-fix-branch
git add .
git cz
git push --set-upstream-to origin/feature-or-fix-branch

About

Naive impl data structures in Go

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors