qt icon indicating copy to clipboard operation
qt copied to clipboard

run `go fmt` on widgets

Open ilius opened this issue 1 year ago • 1 comments

widgets.go is not compatible with go fmt, which makes it hard to work on this code. You have to disable formatting on your editor and are not able to run go fmt manually either.

I tried running go generate but failed:

stringer: no values defined for type QDialogButtonBox__ButtonLayout
widgets.go:11107: running "stringer": exit status 1

There are more errors if I disable this one.

ilius avatar Apr 01 '23 05:04 ilius

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Apr 01 '23 06:04 CLAassistant