Skip to content

Commit

Permalink
Clean-up
Browse files Browse the repository at this point in the history
  • Loading branch information
spacez320 committed Mar 15, 2024
1 parent b6a416c commit f605f16
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/storage/results.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ import (

type Values []interface{}

// Retrieve an indexed token.
func (v Values) Get(index int) (result interface{}) {
// Return an empty value if we didn't find an indexed value. This can happen if empty results are
// stored.
Expand Down

0 comments on commit f605f16

Please sign in to comment.