move files into internal

This commit is contained in:
Donny Xia
2020-11-18 12:07:19 -08:00
parent 7e74271071
commit 2ae323bb26
12 changed files with 18 additions and 18 deletions

View File

@@ -13,7 +13,7 @@ test: generate
generate: statik
( \
cd krmfunction; \
cd internal/krmfunction; \
statik -src=$(FUNC_WRAPPER_SRC_DIR) -f -p $(FUNC_WRAPPER_DST_DIR) -include=main.go,go.mod.src \
)