Explorar o código

mergefix(): fixed issue with master merge

Torkel Ödegaard %!s(int64=9) %!d(string=hai) anos
pai
achega
fce2e341d2
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  1. 3 1
      pkg/models/streams.go

+ 3 - 1
pkg/models/streams.go

@@ -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