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

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