simplify su3file

This commit is contained in:
Matt Drollette
2014-12-10 17:21:40 -06:00
parent a2891a2bc6
commit 4be2dbe247
6 changed files with 132 additions and 271 deletions

View File

@@ -74,7 +74,7 @@ func (rs *ReseederImpl) CreateSu3(seeds Seed) (*su3.Su3File, error) {
if nil != err {
return nil, err
}
su3File.SetContent(zipped)
su3File.Content = zipped
return su3File, nil
}