changes project layout

This commit is contained in:
Holger Cremer
2018-08-25 15:18:40 +02:00
parent 1e9b3ed354
commit 02c7464ce2
18 changed files with 36 additions and 34 deletions

View File

@@ -4,10 +4,10 @@ import (
"fmt"
"os"
"github.com/ktt-ol/spaceDevices/conf"
"github.com/ktt-ol/spaceDevices/db"
"github.com/ktt-ol/spaceDevices/mqtt"
"github.com/ktt-ol/spaceDevices/webService"
"github.com/ktt-ol/spaceDevices/internal/conf"
"github.com/ktt-ol/spaceDevices/internal/db"
"github.com/ktt-ol/spaceDevices/internal/mqtt"
"github.com/ktt-ol/spaceDevices/internal/webService"
"github.com/sirupsen/logrus"
)