1 2 3 4 5 6 7 8 9 10 11 12
#!/bin/sh set -e [ -n "$DEBUG" ] && set -x cd "$(dirname "$0")/.." tool_bin=$(go tool -n "$1") shift exec "$tool_bin" "$@"