Better naming of functions and files, delete less than helpful comments
This commit is contained in:
@ -43,7 +43,6 @@ func LoadConfig() Configuration {
|
||||
}
|
||||
}(file)
|
||||
|
||||
// Decode json config file to Configuration struct named config
|
||||
decoder := json.NewDecoder(file)
|
||||
Config := Configuration{}
|
||||
err = decoder.Decode(&Config)
|
||||
|
Reference in New Issue
Block a user