Update updates package to support pmctl

This commit is contained in:
Daniel
2019-03-13 09:40:36 +01:00
parent e07a2a058a
commit 6f268906ea
9 changed files with 66 additions and 190 deletions

View File

@@ -7,7 +7,7 @@ type File struct {
stable bool
}
func newFile(filepath string, version string, stable bool) *File {
func NewFile(filepath string, version string, stable bool) *File {
return &File{
filepath: filepath,
version: version,