mithrandie / csvq

SQL-like query language for csv
https://mithrandie.github.io/csvq
MIT License
1.5k stars 65 forks source link

go version go1.12.1 darwin/amd64 #7

Closed vorandrew closed 5 years ago

vorandrew commented 5 years ago

# github.com/mithrandie/csvq/lib/query go/src/github.com/mithrandie/csvq/lib/query/encode.go:77:9: assignment mismatch: 2 variables but csv.NewWriter returns 1 values go/src/github.com/mithrandie/csvq/lib/query/encode.go:149:10: assignment mismatch: 2 variables but fixedlen.NewWriter returns 1 values go/src/github.com/mithrandie/csvq/lib/query/encode.go:166:10: assignment mismatch: 2 variables but fixedlen.NewWriter returns 1 values

mithrandie commented 5 years ago

@santacruz123

The version of dependency package "github.com/mithrandie/go-text" may not match. Could you get the latest version of "github.com/mithrandie/go-text" and try rebuilding?

If you are using Go 1.11 or later, I recommend to use the go module feature.

$ cd GOPATH/src/github.com/mithrandie/csvq
$ env GO111MODULE=on go install