Fix go vet issue.

pull/7913/head
Ben Johnson 2016-11-18 09:11:19 -07:00
parent 2b864c72c5
commit 33412782ed
No known key found for this signature in database
GPG Key ID: 81741CD251883081
1 changed files with 3 additions and 2 deletions

View File

@ -50,8 +50,9 @@ type SeriesBlock struct {
// Series returns a series element. // Series returns a series element.
func (blk *SeriesBlock) Series(name []byte, tags models.Tags) SeriesElem { func (blk *SeriesBlock) Series(name []byte, tags models.Tags) SeriesElem {
panic("TODO: Add hashmap to series block") // panic("TODO: Add hashmap to series block")
panic("TODO: Lookup series by hashmap") // panic("TODO: Lookup series by hashmap")
return nil
} }
// SeriesOffset returns offset of the encoded series key. // SeriesOffset returns offset of the encoded series key.