[#493] cmd/node: Fix linter errors in config
Signed-off-by: Alex Vanin <alexey@nspcc.ru>
This commit is contained in:
parent
e9e986ac71
commit
a2547da5ae
9 changed files with 19 additions and 12 deletions
|
@ -22,6 +22,7 @@ func fromEnvFile(path string) *config.Config {
|
|||
var p config.Prm
|
||||
|
||||
loadEnv(path) // github.com/joho/godotenv can do that as well
|
||||
|
||||
return config.New(p)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue