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

go mod tidy & goimports -w #877

Open
wants to merge 1 commit into
base: v3
Choose a base branch
from
Open

go mod tidy & goimports -w #877

wants to merge 1 commit into from

Conversation

colega
Copy link

@colega colega commented Jul 20, 2022

Ran go mod tidy, commiting the go.sum file.

I've requested go version 1.17 which is reasonably old now (1 year) and it's the last one where go.mod format was changed as of today.

Also formatted the files with goimports by running:

find . -name '*.go' -print0 | xargs -0 goimports -w

Ran `go mod tidy`, commiting the `go.sum` file.

I've requested go version 1.17 which is reasonably old now
(1 year) and it's the last one where go.mod format was changed.

Also formatted the files with goimports by running:

    find . -name '*.go' -print0 | xargs -0 goimports -w

Signed-off-by: Oleg Zaytsev <mail@olegzaytsev.com>
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

1 participant