go-gota / gota

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

use go.mod, fix github paths, and fix failing tests (TestLoadRecords) #97

Closed chrstphlbr closed 4 years ago

chrstphlbr commented 4 years ago

Similar to #81 but only introduces go.mod, fixes the import paths to github.com/go-gota/..., and fixes a bug that led to TestLoadRecords failures (was introduced in 1058f871be3128db7c45dd188594e462cd417c5f).