A library of Go data structures with generics support.
- Install mise, which sets up and manages everything.
- Make sure that mise is in your shell configuration file as per https://mise.jdx.dev/cli/activate.html#mise-activate.
- Make sure to re-source your shell configuration or restart the terminal for changes to take effect.
- Open the terminal in this directory and run:
mise trust
mise i
Go and all other tools will now be installed on the PATH when inside this directory.
- Optionally:
- Set up mise auto-completion in your terminal by following https://mise.jdx.dev/installing-mise.html#autocompletion.
- Set up your IDE to use mise's Go by following https://mise.jdx.dev/ide-integration.html.
Many thanks to the maintainers of Guava, whose graph API inspired this library.