Currently for Go(lang) there's a test result parser in GoTestResultParser.php. It'll be good to extend unit test engine to support the following:
- coverage report
Also following are popular golang linters to have:
- gofmt
- golint
- go vet
Currently for Go(lang) there's a test result parser in GoTestResultParser.php. It'll be good to extend unit test engine to support the following:
Also following are popular golang linters to have:
Hi @chad, we're working on a a project using golang and phabricator. I can submit a diff to for those functionalities. Please let me know if it sounds good to you.
What exactly are you looking for? There is an existing golang linter which wraps go lint.
Oh I didn't notice there's an existing ArcanistGoLintLinter. Thanks for pointing out. This is what I think missing:
Not sure where this is going but I believe it's still on hold. I've release https://github.com/kalbasit/arcanist-go that I'm using personally and also at work. @joshuaspence and @chad please let me know when the Phabricator team is ready to accept these patches and I'll update all of my differentials.