Move api/builtin to internal

This commit is contained in:
Yuwen Ma
2021-11-22 12:45:54 -08:00
parent d11342489a
commit a1c5d79d94
24 changed files with 54 additions and 5 deletions

View File

@@ -127,7 +127,7 @@ install-tools: \
# module (it's linked into the api).
# Where all generated builtin plugin code should go.
pGen=api/builtins
pGen=api/internal/builtins
# Where the builtin Go plugin modules live.
pSrc=plugin/builtin