1

move bin/ to tools/

The directories are not that different now. Also, clean up .bazelrc
This commit is contained in:
Motiejus Jakštys
2023-03-10 10:07:30 +02:00
committed by Motiejus Jakštys
parent 9b68f5ff1e
commit 5cccfb1ce1
6 changed files with 3 additions and 5 deletions

12
tools/mod-tidy Executable file
View File

@@ -0,0 +1,12 @@
#!/bin/sh
# Copyright 2023 Uber Technologies, Inc.
# Licensed under the Apache License, Version 2.0
set -xeu
cd "$(git rev-parse --show-toplevel)"
echo "--- go mod tidy"
tools/bazel run @go_sdk//:bin/go -- mod tidy
echo "--- gazelle-update-repos"
exec tools/bazel run //:gazelle-update-repos