afeiszli пре 3 година
родитељ
комит
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()