Skip to content

gofmt entire project#23

Open
alrs wants to merge 1 commit into
GoogleCloudPlatform:mainfrom
alrs:gofmt
Open

gofmt entire project#23
alrs wants to merge 1 commit into
GoogleCloudPlatform:mainfrom
alrs:gofmt

Conversation

@alrs

@alrs alrs commented Nov 8, 2023

Copy link
Copy Markdown

This applies gofmt to every .go file in the project.

@alrs

alrs commented Nov 10, 2023

Copy link
Copy Markdown
Author

This is such an unreviewable mega-PR that someone internal might want to do it themselves:

for g in $(find . -name "*.go"); do gofmt -w $g; done

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.

1 participant