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

Recommend Go Modules in the README #1011

Merged
merged 2 commits into from Dec 24, 2019
Merged

Recommend Go Modules in the README #1011

merged 2 commits into from Dec 24, 2019

Conversation

coilysiren
Copy link
Member

Motivation

We get a steady flow of issues that are sourced in people not using Go Modules, and the recommendation has included "use Go Modules" in all of those cases. For example:

Further, we recently decided via #952 (comment) that we are not interested in supporting GOPATH mode. To the best of my knowledge, this leaves "Go Modules" and "Vendoring" as the two remaining packaging methods that we support. Given that our clear preference here is Go Modules, I think we should update the readme to explicitly and strongly recommend Go Modules.

@coilysiren coilysiren requested a review from a team as a code owner December 24, 2019 09:49
@coilysiren coilysiren self-assigned this Dec 24, 2019
@coilysiren coilysiren requested review from rliebz and asahasrabuddhe and removed request for a team December 24, 2019 09:49
@codecov
Copy link

codecov bot commented Dec 24, 2019

Codecov Report

❗ No coverage uploaded for pull request base (master@906d28d). Click here to learn what that means.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master    #1011   +/-   ##
=========================================
  Coverage          ?   72.44%           
=========================================
  Files             ?       33           
  Lines             ?     2493           
  Branches          ?        0           
=========================================
  Hits              ?     1806           
  Misses            ?      576           
  Partials          ?      111

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 906d28d...0757e0c. Read the comment docs.

@coilysiren coilysiren merged commit f81707e into master Dec 24, 2019
@coilysiren coilysiren deleted the lynncyrin-patch-9 branch December 25, 2019 16:49
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.

None yet

3 participants