Franck V

Results 4 comments of Franck V

Hi, Thanks for this great initiative. Makes a lot of sense. I have the save issue explained above. When I run the example code importing gopkg.in/Iwark/spreadsheet.v2 I get the same...

To be more precise, the error is as follows : `goroutine 1 [running]: net/http.(*Client).deadline(0x0, 0x30, 0x30, 0x12b75c0) /usr/local/go/src/net/http/client.go:189 +0x22 net/http.(*Client).do(0x0, 0xc000118000, 0x0, 0x0, 0x0) /usr/local/go/src/net/http/client.go:585 +0x2ae net/http.(*Client).Do(...) /usr/local/go/src/net/http/client.go:567 net/http.(*Client).Post(0x0, 0xc00007a000,...

And a last point, I use Go modules (go.mod) which is the recommended practice currently.

OK I believe the issue is due to the package name "spreadsheet" conflicting with the variable name in the example. > Variable 'spreadsheet' collides with imported package name Indeed the...