google / oauth2l

oauth2l ("oauth tool") is a simple CLI for interacting with Google API authentication.
Apache License 2.0
651 stars 81 forks source link

Run gofmt on all files #81

Closed sethvargo closed 4 years ago

sethvargo commented 4 years ago

This is causing a lot of unnecessary diffing as I move through files. This is go fmt ./..., no other changes.