.bingo/README.md
This is directory which stores Go modules with pinned buildable package that is used within this repository, managed by https://github.com/bwplotka/bingo.
bingo get to install all tools having each own module file in this directory.bingo get <tool> to install <tool> that have own module file in this directory.include .bingo/Variables.mk in your Makefile, then use \$(<UPPER_CASE_TOOL_NAME>) variable where <tool> is the .bingo/<tool>.mod.source .bingo/variables.env to source all environment variable for each tool.