Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 923 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 923 Bytes

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.