wildfly-operator icon indicating copy to clipboard operation
wildfly-operator copied to clipboard

Adjust code format generated by the latest Go version

Open yersan opened this issue 3 years ago • 0 comments

So far we have been using Go 1.17.x, however more recent go versions, e.g. go 1.19.x generate a slightly different format for code comments.

The task here is just to adjust the code format by running go 1.19.x:

$ make fmt

yersan avatar Nov 07 '22 09:11 yersan