On Thu, Jun 22, 2017 at 4:44 PM Vickey Rawat <vickey.co...@gmail.com> wrote:

> GITHUB/GOTA

> Now when i use go get github/gota

github/gota does not look like a valid import path.

If you mean this:

jnml@mate1610-32:~$ echo $GOPATH
/home/jnml
jnml@mate1610-32:~$ rm -rf $GOPATH/src $GOPATH/pkg
jnml@mate1610-32:~$ go get -v github.com/kniren/gota
github.com/kniren/gota (download)
package github.com/kniren/gota: no buildable Go source files in
/home/jnml/src/github.com/kniren/gota
jnml@mate1610-32:~$

then the problem is that the import path does not refer to any package so
there are no transitive dependencies to download.

Try this:

github.com/gonum/matrix (download)
github.com/gonum/blas (download)
github.com/gonum/internal (download)
github.com/gonum/floats (download)
github.com/gonum/lapack (download)
github.com/gonum/blas
github.com/gonum/blas/native/internal/math32
github.com/gonum/internal/asm/f32
github.com/gonum/internal/asm/f64
github.com/kniren/gota/series
github.com/gonum/floats
github.com/gonum/blas/native
github.com/gonum/lapack
github.com/gonum/matrix
github.com/gonum/blas/blas64
github.com/gonum/lapack/native
github.com/gonum/lapack/lapack64
github.com/gonum/matrix/mat64
github.com/kniren/gota/dataframe
jnml@mate1610-32:~$


-- 

-j

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to