You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .bingo/README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,8 @@ This is directory which stores Go modules with pinned buildable package that is
5
5
* Run `bingo get` to install all tools having each own module file in this directory.
6
6
* Run `bingo get <tool>` to install <tool> that have own module file in this directory.
7
7
* For Makefile: Make sure to put `include .bingo/Variables.mk` in your Makefile, then use $(<uppercasetoolname>) variable where <tool> is the .bingo/<tool>.mod.
8
-
* For shell: Run `source .bingo/variables.env` to source all environment variable for each tool
8
+
* For shell: Run `source .bingo/variables.env` to source all environment variable for each tool.
9
+
* For go: Import `.bingo/variables.go` to for variable names.
9
10
* See https://github.com/bwplotka/bingo or -h on how to add, remove or change binaries dependencies.
0 commit comments