go-gota / gota

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

use go mod and fix github.com paths and add float32 #81

Closed pa-m closed 4 years ago

pa-m commented 5 years ago

Hi, module was unusable since github path changed but source had references to previous github url. Best regards

zeroviscosity commented 5 years ago

I think this should be two PRs: one for the go mod update and a separate one for the float32 changes.

pa-m commented 5 years ago

I think this should be two PRs: one for the go mod update and a separate one for the float32 changes.

Right, but 2nd depends from 1st

danicat commented 5 years ago

@pa-m please target your PR to the dev branch instead of master.

kniren commented 4 years ago

Already fixed in #97