Closed unix1 closed 6 years ago
checking your fork and branch - all is well. merged!
- what are you using to do the automatic formatting? It'd be good to standardize this
Go has an official code formatting tool - go fmt - pretty much all IDEs and editor plugins follow this standard.
- Do you have suggestions for CI for a golang project? I've not set up CI before, let alone for go, so i welcome all suggestions!
Both CircleCI and Travis CI provide powerful tools, and offer free plans for open source projects. I'd go with whichever was easier to set up. Feel free to create an issue and prioritize as needed.
Great, thanks for the tips!
This is one of those annoying PRs that fixes code formatting to standard Go - all automated.