go-gota / gota

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

Add go.mod and go.sum #103

Closed typeless closed 4 years ago

typeless commented 4 years ago

Add support for Go modules. It enables me to do local development (along with my application which uses gota) with the 'replace' directive.

kniren commented 4 years ago

I need to delve a bit deeper into go modules before reviewing this PR.

chrstphlbr commented 4 years ago

The dev branch already offers support for Go modules; so once dev gets merged into master, this PR should resolve itself

chrstphlbr commented 4 years ago

Actually my PR #97 addressed exactly the same and was merged a while ago

kniren commented 4 years ago

Yikes, sorry @chrstphlbr seems like I screw something up when I was preparing the last release, because the modules are clearly not included in dev right now :(