GetBackupDefaultOrg loads the backedup default org
()
| 125 | |
| 126 | // GetBackupDefaultOrg loads the backedup default org |
| 127 | func (d DotRill) GetBackupDefaultOrg() (string, error) { |
| 128 | return d.Get(ConfigFilename, BackupDefaultOrgConfigKey) |
| 129 | } |
| 130 | |
| 131 | // SetBackupDefaultOrg saves the backedup default org |
| 132 | func (d DotRill) SetBackupDefaultOrg(orgName string) error { |