Polishing

This commit is contained in:
Deluan
2016-03-15 13:17:51 -04:00
parent 12aedc0996
commit cad65f517c
3 changed files with 22 additions and 19 deletions
+1
View File
@@ -32,6 +32,7 @@ func (r *checkSumRepository) loadData() {
for _, p := range pairs {
r.data[string(p.Field)] = string(p.Value)
}
beego.Debug("Loaded", len(r.data), "checksums")
}
func (r *checkSumRepository) Put(id, sum string) error {