go-gota / gota

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

go get error #84

Closed AsifArko closed 5 years ago

AsifArko commented 5 years ago

It says go: warning: "github.com/kniren/gota/dataframes/..." matched no packages when I do a go get -u github.com/kniren/gota/dataframe . Any suggestions ? Screenshot_20190323_130427

AsifArko commented 5 years ago

Nevermind its fixed . go get -u github.com/go-gota/gota downloads the package and dependencies