mergefix(): fixed issue with master merge

This commit is contained in:
Torkel Ödegaard 2017-01-31 09:00:36 +01:00
parent 8a95c563bb
commit fce2e341d2

View File

@ -1,6 +1,8 @@
package models
import "gopkg.in/guregu/null.v3"
import (
"github.com/grafana/grafana/pkg/components/null"
)
type TimePoint [2]null.Float
type TimeSeriesPoints []TimePoint