Slide 20
Slide 20 text
gex: manage tools with `tools.go`
github.com/izumin5210/gex
Does not introduce new mechanism to manage tool deps.
- `gex` is very thin wrapper command of `dep` or `go mod`
- For example, if `go mod` was to support to manage tools officially,
we would be able to move from `gex` easily
Only 2 commands that you use: `--add` and `--build`
(I believe) tools management mechanism will be introduced
into `golang/go` officially
- When the time coms, we graduate from`gex`