helpers -> pkg + readme

pull/3930/head
Cory LaNou 2015-09-04 11:11:10 -05:00
parent be92093490
commit bdc54cf5d2
2 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ import (
"strings"
"time"
"github.com/influxdb/influxdb/helpers/slices"
"github.com/influxdb/influxdb/pkg/slices"
)
// DataType represents the primitive data types available in InfluxQL.