1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2026-06-03 18:35:08 +02:00

Move tools package under internal (#1141)

It is not user-facing, so there is no reason to leave it in an
importable location. Fixes #1126.
This commit is contained in:
Anthony Mirabella
2020-09-09 12:14:03 -04:00
committed by GitHub
parent 1d2189088d
commit 2e221fdf3e
7 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -13,7 +13,7 @@
# limitations under the License.
EXAMPLES := $(shell ./get_main_pkgs.sh ./example)
TOOLS_MOD_DIR := ./tools
TOOLS_MOD_DIR := ./internal/tools
# All source code and documents. Used in spell check.
ALL_DOCS := $(shell find . -name '*.md' -type f | sort)