clamp-orchestrator / clamp-core

A microservices flow orchestrator and workflow manager.
https://clamp-orchestrator.github.io/clamp-orchestrator/
MIT License
9 stars 4 forks source link

Fixing a few of go lint errors #40

Closed priyaaank closed 4 years ago

priyaaank commented 4 years ago

We should run go lint on the code and ensure that there are no errors in terms of conventions, documentation, and other things that gofmt and golint enforce. I have started some of the fixes. This is a PR that will have all the fixes related to the golint. Once all the errors are fixed, the last commit on this PR will include golint run as a failing stage for CI.