mirror of
https://github.com/sascha-hemi/spaceDevices.git
synced 2026-03-21 06:06:09 +01:00
changes project layout
This commit is contained in:
@@ -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"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user