devex: manage devtools in a project-local subdirectory + cleanup README (#829)
This commit is contained in:
committed by
GitHub
parent
908807bd59
commit
20abaa2e7f
Executable
+7
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
set -x
|
||||
|
||||
source ../../../build/go_install_host_tool.source
|
||||
|
||||
GOOS=$GOHOSTOS GOARCH=$GOHOSTARCH go run ./gen ./
|
||||
Reference in New Issue
Block a user