TODO: Can we remove SaveTo and just use Save()?
()
| 121 | |
| 122 | // TODO: Can we remove SaveTo and just use Save()? |
| 123 | func (c *ConfigFile) Save() error { |
| 124 | return c.SaveTo(c.AbsRootPath) |
| 125 | } |
| 126 | |
| 127 | // Get returns the package with the given versionedName |
| 128 | func (c *ConfigFile) GetPackage(versionedName string) (*Package, bool) { |
no test coverage detected