Skip to content

A library of Go data structures with generics support

License

Notifications You must be signed in to change notification settings

jbduncan/go-containers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

003d360 · Mar 19, 2025
Apr 19, 2024
Jan 20, 2025
Mar 19, 2025
Mar 1, 2025
Mar 18, 2025
Feb 16, 2025
Feb 16, 2025
Feb 12, 2025
May 26, 2023
Jan 9, 2025
Mar 7, 2025
Mar 8, 2025
Mar 7, 2025
Feb 26, 2025
Jan 2, 2025

Repository files navigation

go-containers

A library of Go data structures with generics support.

Developer setup

  1. Install mise, which sets up and manages everything.
  2. Open the terminal in this directory and run:
    1. mise trust
    2. mise i

    Go and all other tools will now be installed on the PATH when inside this directory.

  3. Optionally:
    1. Set up mise auto-completion in your terminal by following https://mise.jdx.dev/installing-mise.html#autocompletion.
    2. Set up your IDE to use mise's Go by following https://mise.jdx.dev/ide-integration.html.

Acknowledgements

Many thanks to the maintainers of Guava, whose graph API inspired this library.

About

A library of Go data structures with generics support

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages