refactor: clean up code to pass go lint test
This commit is contained in:
@@ -30,8 +30,6 @@ import (
|
||||
"os"
|
||||
)
|
||||
|
||||
var cfg *Gateway
|
||||
|
||||
// Config reads config file and returns Gateway
|
||||
func (GatewayServer) Config(configFile string) (*GatewayServer, error) {
|
||||
if util.FileExists(configFile) {
|
||||
|
||||
Reference in New Issue
Block a user