Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

convert to go modules, fix linters issues #19

Merged
merged 3 commits into from
Nov 8, 2019

Conversation

dmitris
Copy link
Contributor

@dmitris dmitris commented Nov 7, 2019

PR converts repo to Go modules by adding go.mod file for easier development (build anywhere you check out, not necessarily under $GOPATH/src). It also adds doc.go file for proper documentation and cleans up the linters issues (golint and staticcheck) and edits some comments. Also modifies and reorders the build steps and makes builds fail on gofmt violations - as in this test build: https://cd.screwdriver.cd/pipelines/150/builds/156365/steps/gofmt

/cc @jithine

License

I confirm that this contribution is made under the terms of the license found in the root directory of this repository's source tree and that I have the authority necessary to make this contribution on behalf of its copyright owner.

@dmitris dmitris force-pushed the go-mod branch 4 times, most recently from c5f177e to c5b314c Compare November 7, 2019 11:37
@dmitris dmitris changed the title convert to go modules, fix some linters issues convert to go modules, fix linters issues Nov 7, 2019
Copy link

@scr-oath scr-oath left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@jithine jithine merged commit 20f6149 into screwdriver-cd:master Nov 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants