Hello, have you consider any code style like in https://github.com/TheAlgorithms/Python/blob/master/CONTRIBUTING.md#coding-style ? I don't see any CONTIRBUTING.md file in this repo. Maybe it will be worth it? How about using gofmt:https://golang.org/doc/effective_go.html#formatting ?
My second question is: can we add unit tests to github action? For now we only have lint check.
Hello, have you consider any code style like in https://github.com/TheAlgorithms/Python/blob/master/CONTRIBUTING.md#coding-style ? I don't see any
CONTIRBUTING.mdfile in this repo. Maybe it will be worth it? How about usinggofmt:https://golang.org/doc/effective_go.html#formatting ?My second question is: can we add unit tests to github action? For now we only have lint check.