(file *ini.File)
| 72 | } |
| 73 | |
| 74 | func LoadUser(file *ini.File) { |
| 75 | Avatar = file.Section("User").Key("Avatar").String() |
| 76 | Background = file.Section("User").Key("Background").String() |
| 77 | Signature = file.Section("User").Key("Signature").String() |
| 78 | wg.Done() |
| 79 | } |
| 80 | |
| 81 | func LoadEtcd(file *ini.File) { |
| 82 | EtcdHost = file.Section("Etcd").Key("EtcdHost").String() |