Skip to content
Snippets Groups Projects

Use config package to handle all controller configurations

Merged Ghost User requested to merge istaester/provide-config-package into develop
Compare and Show latest version
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -4,7 +4,7 @@ import (
"os"
"testing"
"code.fbi.h-da.de/cocsn/gosdn/config"
"code.fbi.h-da.de/danet/gosdn/config"
"github.com/google/uuid"
log "github.com/sirupsen/logrus"
Loading