1#!/usr/bin/env bash
2
3cd ./tools/mod || exit 2
4go list --tags tools -f '{{ join .Imports "\n" }}' | xargs gobin -p
5