-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Closed
Labels
Description
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.