afeiszli 3 лет назад
Родитель
Сommit
d663afe211
1 измененных файлов с 1 добавлено и 0 удалено
  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()