Skip to content

Commit

Permalink
Update CAS example
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbourgon committed Dec 9, 2014
1 parent 2a139a4 commit 523ccfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/content-addressable-store/cas.go
Expand Up @@ -43,7 +43,7 @@ func main() {
}

var keyCount int
for key := range d.Keys() {
for key := range d.Keys(nil) {
val, err := d.Read(key)
if err != nil {
panic(fmt.Sprintf("key %s had no value", key))
Expand Down

0 comments on commit 523ccfa

Please sign in to comment.