go-gota / gota

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

GOPATH will be removed, are we planning to migrate to use module #143

Closed prithvipal closed 2 years ago

prithvipal commented 3 years ago

As part of the Go1.16 release note, it is mentioned that Go1.17 will drop the support for GOPATH. Are we planning to migrate this repository to use Go Modules?

Here is the official statement:

We plan to drop support for GOPATH mode in Go 1.17. In other words, Go 1.17 will ignore GO111MODULE. If you have projects that do not build in module-aware mode, now is the time to migrate. 

Link for more detail: https://blog.golang.org/go116-module-changes

chrmang commented 2 years ago

With version v0.11.0 we support Go modules.

chrmang commented 2 years ago

With version v0.11.0 we support Go modules.

zsh % go get github.com/go-gota/gota
go: downloading github.com/go-gota/gota v0.11.0
go: downloading golang.org/x/sys v0.0.0-20210423082822-04245dca01da
....