Merge branch 'master' of github.com:fabxc/tsdb

This commit is contained in:
Fabian Reinartz 2017-03-27 19:07:27 +02:00
commit 87d48bf9de

View file

@ -34,10 +34,6 @@ var (
ErrOutOfBounds = errors.New("out of bounds") ErrOutOfBounds = errors.New("out of bounds")
) )
// func init() {
// deadlock.Opts.OnPotentialDeadlock = func() { fmt.Println("found deadlock") }
// }
// headBlock handles reads and writes of time series data within a time window. // headBlock handles reads and writes of time series data within a time window.
type headBlock struct { type headBlock struct {
mtx sync.RWMutex mtx sync.RWMutex