Skip to content

Commit

Permalink
dframe: add import clause
Browse files Browse the repository at this point in the history
  • Loading branch information
sbinet committed Jan 11, 2019
1 parent dff685f commit a2b6619
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dframe/dframe.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
// Ultimately, dframe should also allow for a good inter-operability with
// Apache Arrow:
// - https://godoc.org/github.com/apache/arrow/go/arrow
package dframe
package dframe // import "gonum.org/v1/exp/dframe"

import (
"sync"
Expand Down

0 comments on commit a2b6619

Please sign in to comment.