go-gota / gota

Gota: DataFrames and data wrangling in Go (Golang)
Other
2.98k stars 276 forks source link

Replace imports of kniren/gota with go-gota/gota in tests. #96

Closed ray1729 closed 5 years ago

ray1729 commented 5 years ago

The reference to github.com/kniren/gota is confusing go mod, resulting in errors like cannot use "github.com/go-gota/gota/series".Eq (type "github.com/go-gota/gota/series".Comparator) as type "github.com/kniren/gota/series".Comparator in field value.

ray1729 commented 5 years ago

Closing this as it duplicates #81