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

modules: include go module information #742

Closed
wants to merge 1 commit into from
Closed

Conversation

cep21
Copy link
Contributor

@cep21 cep21 commented Sep 25, 2019

No description provided.

@CLAassistant
Copy link

CLAassistant commented Sep 25, 2019

CLA assistant check
All committers have signed the CLA.

@cep21
Copy link
Contributor Author

cep21 commented Sep 25, 2019

Resolves #639

the exact commands ran:

go mod init go.uber.org/zap
go mod tidy
go build ./...

@codecov
Copy link

codecov bot commented Sep 25, 2019

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #742   +/-   ##
=======================================
  Coverage   97.44%   97.44%           
=======================================
  Files          40       40           
  Lines        2117     2117           
=======================================
  Hits         2063     2063           
  Misses         46       46           
  Partials        8        8

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 4252145...80e6e81. Read the comment docs.

Adds go module meta data to zap.  Generated with the
following commands

  go mod init go.uber.org/zap
  go mod tidy
  go build ./...

Resolves uber-go#639
@marwan-at-work
Copy link

any luck here?

Thanks ✌️

@abhinav
Copy link
Collaborator

abhinav commented Oct 30, 2019

Hey everyone, thanks for your patience. This was handled by #751.

@abhinav abhinav closed this Oct 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants