afeiszli 3 years ago
parent
commit
d663afe211
1 changed files with 1 additions and 0 deletions
  1. 1 0
      netclient/config/config.go

+ 1 - 0
netclient/config/config.go

@@ -63,6 +63,7 @@ func Write(config *ClientConfig, network string) error {
 	return f.Sync()
 }
 
+// ConfigFileExists - return true if config file exists
 func (config *ClientConfig) ConfigFileExists() bool {
 	home := ncutils.GetNetclientPathSpecific()