Skip to content
Snippets Groups Projects
Commit 506b52dc authored by Manuel Kieweg's avatar Manuel Kieweg
Browse files

removed invalid nil value in struct literal

parent a222740d
No related branches found
No related tags found
1 merge request!18Develop
This commit is part of merge request !18. Comments created here will be created in the context of that merge request.
...@@ -60,7 +60,6 @@ func StartUp(socket, filename string) { ...@@ -60,7 +60,6 @@ func StartUp(socket, filename string) {
core := Core{ core := Core{
clients: make(map[string]interfaces.Client, 0), clients: make(map[string]interfaces.Client, 0),
database: database.Database{}, database: database.Database{},
config: nil,
} }
core.Init(socket, filename) core.Init(socket, filename)
// Start the GRCP CLI // Start the GRCP CLI
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment