Open tuesleep opened 4 years ago
Hello, I have go get qor-example and go run main.go, but got an error:
go get
go run main.go
# github.com/qor/exchange/backends/csv ../exchange/backends/csv/xlsx2csv.go:28:27: sheet.Rows undefined (type *xlsx.Sheet has no field or method Rows)
What's wrong is it?
me too
The latest version introduced go mod. this has been fixed there. have a try please.
Hello, I have
go get
qor-example andgo run main.go
, but got an error:What's wrong is it?