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

ISSUE#227 Correct go.mod and go.sum #232

Merged
merged 1 commit into from
May 3, 2021
Merged

ISSUE#227 Correct go.mod and go.sum #232

merged 1 commit into from
May 3, 2021

Conversation

platsko
Copy link
Contributor

@platsko platsko commented May 3, 2021

Closes #227

  • fix go mod files
  • create Makefile with targets:
    -- make pre-push: make go-mod & make check-commit
    -- make go-mod: go mod tidy & go mod download
    -- make check-commit: go get ./... & go test ./...

- fix go mod files
- create Makefile with targets:
-- make pre-push: make go-mod & make check-commit
-- make go-mod: go mod tidy & go mod download
-- make check-commit: go get ./... & go test ./...
@platsko platsko requested a review from Sriep May 3, 2021 08:32
@Sriep Sriep merged commit f3a2694 into master May 3, 2021
@Sriep Sriep deleted the issues/227 branch May 3, 2021 09:03
peterlimg pushed a commit that referenced this pull request May 3, 2021
peterlimg pushed a commit that referenced this pull request May 7, 2021
peterlimg pushed a commit that referenced this pull request May 14, 2021
peterlimg pushed a commit that referenced this pull request May 17, 2021
peterlimg pushed a commit that referenced this pull request Jun 10, 2021
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.

Correct go.mod and go.sum.
2 participants