Wilk
Wilk
This feature will be very fine when we have not `goreturns` with `gopls`
Never seen situation like that... But it's an interesting exercise !
I'm not sure the contrib should go outside, it will be more work to make them in sync with gofpdf. It doesn't _break_ `go.mod`, it's a feature for reproductibility. https://github.com/golang/go/wiki/Modules#why-does-go-mod-tidy-record-indirect-and-test-dependencies-in-my-gomod...
``` go pdf.SetFont("Helvetica", "", 24) pdf.SetXY(10,10) pdf.ClipRect(10, 10, 30, 20, true) pdf.Cell(30, 20, "Hello, world") pdf.ClipEnd() ``` Will print only `Hello,` bordered. X will be at 40, just after the...
I think a part of the work of @klauspost is now in Go 1.7
My purpose is to can test a function that use `now.BeginingOf...`, not to use now inside a test. For example we cannot add a test in this package for the...
I've the same error on AWS... edit: looks like related to this: https://github.com/fclairamb/afero-s3/pull/393
Maybe it's not the best place to ask as we are mostly devs here and contribute by code directly or indirectly more than by money ? Do sponsors looks at...
Yes, and maybe other args ?
I see that 3 span is often used. Also a hidden checkbox to can switch on/off.