Skip to content

all: go fix#1293

Open
alexandear wants to merge 1 commit into
uber-go:masterfrom
alexandear-org:all-go-fix
Open

all: go fix#1293
alexandear wants to merge 1 commit into
uber-go:masterfrom
alexandear-org:all-go-fix

Conversation

@alexandear

Copy link
Copy Markdown

Modernize code with gofix using the following commands:

find . -name go.mod -not -path '*/vendor/*' -execdir sh -c 'go list -m && go fix ./...' \;

Enable modernize linter and all govet analyzers to prevent these issues in the future.

Similar to #1276, which forgot to enable modernize.

Closes #1292

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.

1 participant