Skip to content
This repository was archived by the owner on Apr 1, 2025. It is now read-only.

go mod tidy & goimports -w#877

Closed
colega wants to merge 1 commit intogo-yaml:v3from
colega:tidy-and-fmt
Closed

go mod tidy & goimports -w#877
colega wants to merge 1 commit intogo-yaml:v3from
colega:tidy-and-fmt

Conversation

@colega
Copy link
Copy Markdown

@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>
@colega colega closed this Jan 30, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant