Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.

fix goimports error in test.pb.go file. #248

Merged
merged 1 commit into from
Jan 17, 2020

Conversation

rghetia
Copy link
Contributor

@rghetia rghetia commented Jan 17, 2020

fixes #247

  • modified generate.sh to run goimports on generated file.
  • added additional line before generated comment to fix golint error in test.pb.go

- modified generate.sh to run goimports on generated file.
- added additional line before generated comment to fix golint error in test.pb.go
@codecov-io
Copy link

Codecov Report

Merging #248 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #248   +/-   ##
=======================================
  Coverage   73.22%   73.22%           
=======================================
  Files          14       14           
  Lines        1621     1621           
=======================================
  Hits         1187     1187           
  Misses        358      358           
  Partials       76       76

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 626e69e...fca021d. Read the comment docs.

@rghetia rghetia requested a review from songy23 January 17, 2020 19:15
internal/testpb/generate.sh Show resolved Hide resolved
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

make travis-ci fails with goimports error in test.pb.go
4 participants