qt
qt copied to clipboard
run `go fmt` on widgets
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.