Closed anonymouse64 closed 5 years ago
@anonymouse64 , so you are good with "-w" ? ;-)
whoops no I just copied what you had in your PR's...
Issue should also include running gofmt to make sure all files are formatted so verify jobs will pass. ;-)
Fixed in #66 .
@tingyuz please do not close issues until the issue is actually merged and fixed in master, i.e. your linked PR may eventually resolve the issue but it is not yet resolved because that PR hasn't been merged.
The makefile should have in the
test
target a check to ensure that all the go code is formatted usinggofmt
. See example:although here we don't have any go unit tests here but the latter statements should at least be there.
In the same PR the code will also need to be formatted with
gofmt
.