Fix invalid import comment

pull/10616/head
Jeff Wendling 2018-10-04 12:29:34 -06:00
parent db5b20f4ea
commit 917555e3cd
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
// Package deep provides a deep equality check for use in tests.
package deep // import "github.com/influxdata/influxdb/pkg/deep"
package deep // import "github.com/influxdata/platform/pkg/deep"
import (
"fmt"