go-the-way / exl

Excel binding to struct written in Go.(Only supports Go1.18+)
Other
30 stars 9 forks source link

fix ci testing fails #5

Closed billcoding closed 11 months ago

billcoding commented 12 months ago

github.com/go-the-way/exl [github.com/go-the-way/exl.test]

./read.go:241: type declarations inside generic functions are not currently supported FAIL github.com/go-the-way/exl [build failed] FAIL

Exited with code exit status 2

billcoding commented 12 months ago

@oliverkahrmann-basf Thanks for contributing.PLS fix this issue.

oliverkahrmann-basf commented 12 months ago

Sounds like a compatibility issue with go 1.18. I'll check, thank you for mentioning.