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
Apr 19, 2024
Jan 20, 2025
Apr 25, 2025
Apr 23, 2025
Apr 15, 2025
Feb 16, 2025
Feb 16, 2025
Apr 4, 2025
May 26, 2023
Apr 14, 2025
Apr 4, 2025
Apr 4, 2025
Apr 1, 2025
Apr 12, 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.
    2. Set up your IDE to use the mise-managed Go.

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