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 config, then source your shell config again.
- 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.
- Set up your IDE to use the mise-managed Go.
Many thanks to the maintainers of Guava, whose graph API inspired this library.