From 2aa4c58556e7009d01108ec91e53ba344849947a Mon Sep 17 00:00:00 2001 From: Soam Vasani Date: Wed, 7 Sep 2016 14:07:26 -0700 Subject: [PATCH] Move packages to root dir from src/ This is supposed to work slightly better with go import paths. I think. --- {src/function-run => function-run}/nodejs/Dockerfile | 0 {src/function-run => function-run}/nodejs/package.json | 0 {src/function-run => function-run}/nodejs/server.js | 0 {src/function-run => function-run}/nodejs/test/test.js | 0 {src/function-run => function-run}/nodejs/test/test.sh | 0 {src/router => router}/functionHandler.go | 0 {src/router => router}/functionHandler_test.go | 0 {src/router => router}/functionServiceMap.go | 0 {src/router => router}/functionServiceMap_test.go | 0 {src/router => router}/httpTriggers.go | 0 {src/router => router}/mutablemux.go | 0 {src/router => router}/mutablemux_test.go | 0 {src/router => router}/router.go | 0 {src/router => router}/router_test.go | 0 {src/router => router}/util_test.go | 0 15 files changed, 0 insertions(+), 0 deletions(-) rename {src/function-run => function-run}/nodejs/Dockerfile (100%) rename {src/function-run => function-run}/nodejs/package.json (100%) rename {src/function-run => function-run}/nodejs/server.js (100%) rename {src/function-run => function-run}/nodejs/test/test.js (100%) rename {src/function-run => function-run}/nodejs/test/test.sh (100%) rename {src/router => router}/functionHandler.go (100%) rename {src/router => router}/functionHandler_test.go (100%) rename {src/router => router}/functionServiceMap.go (100%) rename {src/router => router}/functionServiceMap_test.go (100%) rename {src/router => router}/httpTriggers.go (100%) rename {src/router => router}/mutablemux.go (100%) rename {src/router => router}/mutablemux_test.go (100%) rename {src/router => router}/router.go (100%) rename {src/router => router}/router_test.go (100%) rename {src/router => router}/util_test.go (100%) diff --git a/src/function-run/nodejs/Dockerfile b/function-run/nodejs/Dockerfile similarity index 100% rename from src/function-run/nodejs/Dockerfile rename to function-run/nodejs/Dockerfile diff --git a/src/function-run/nodejs/package.json b/function-run/nodejs/package.json similarity index 100% rename from src/function-run/nodejs/package.json rename to function-run/nodejs/package.json diff --git a/src/function-run/nodejs/server.js b/function-run/nodejs/server.js similarity index 100% rename from src/function-run/nodejs/server.js rename to function-run/nodejs/server.js diff --git a/src/function-run/nodejs/test/test.js b/function-run/nodejs/test/test.js similarity index 100% rename from src/function-run/nodejs/test/test.js rename to function-run/nodejs/test/test.js diff --git a/src/function-run/nodejs/test/test.sh b/function-run/nodejs/test/test.sh similarity index 100% rename from src/function-run/nodejs/test/test.sh rename to function-run/nodejs/test/test.sh diff --git a/src/router/functionHandler.go b/router/functionHandler.go similarity index 100% rename from src/router/functionHandler.go rename to router/functionHandler.go diff --git a/src/router/functionHandler_test.go b/router/functionHandler_test.go similarity index 100% rename from src/router/functionHandler_test.go rename to router/functionHandler_test.go diff --git a/src/router/functionServiceMap.go b/router/functionServiceMap.go similarity index 100% rename from src/router/functionServiceMap.go rename to router/functionServiceMap.go diff --git a/src/router/functionServiceMap_test.go b/router/functionServiceMap_test.go similarity index 100% rename from src/router/functionServiceMap_test.go rename to router/functionServiceMap_test.go diff --git a/src/router/httpTriggers.go b/router/httpTriggers.go similarity index 100% rename from src/router/httpTriggers.go rename to router/httpTriggers.go diff --git a/src/router/mutablemux.go b/router/mutablemux.go similarity index 100% rename from src/router/mutablemux.go rename to router/mutablemux.go diff --git a/src/router/mutablemux_test.go b/router/mutablemux_test.go similarity index 100% rename from src/router/mutablemux_test.go rename to router/mutablemux_test.go diff --git a/src/router/router.go b/router/router.go similarity index 100% rename from src/router/router.go rename to router/router.go diff --git a/src/router/router_test.go b/router/router_test.go similarity index 100% rename from src/router/router_test.go rename to router/router_test.go diff --git a/src/router/util_test.go b/router/util_test.go similarity index 100% rename from src/router/util_test.go rename to router/util_test.go