albrow / jobs

A persistent and flexible background jobs library for go.
MIT License
499 stars 47 forks source link

gofmt #45

Closed whilei closed 6 years ago

whilei commented 6 years ago

Just ran

gofmt -w .

on the project root. That's all.

https://blog.golang.org/go-fmt-your-code


I made this PR with a project going on over at https://github.com/rotblauer/gofmt-att, and it's definitely a work in progress. So if I got something wrong, or this is annoying at all, please file an issue over there and we'll sort it out. On the other hand, if you think it's kind of funny like I do, please feel welcome to contribute or even fire up one of your own great automatic _gofmt_ers.

albrow commented 6 years ago

See https://github.com/albrow/zoom/pull/29#issuecomment-397841571