Skip to content
Snippets Groups Projects
Commit dad9a44b authored by Richard T. Carback III's avatar Richard T. Carback III
Browse files

go fmt

parent a7d3b15b
No related branches found
No related tags found
No related merge requests found
......@@ -126,7 +126,7 @@ func (rb *Buff) GetByIndex(i int) (interface{}, error) {
return rb.buff[i], nil
}
//retrieve all entries newer than the passed one
// retrieve all entries newer than the passed one
func (rb *Buff) GetNewerById(id int) ([]interface{}, error) {
rb.mux.RLock()
defer rb.mux.RUnlock()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment