lukevers / kittens

A scriptable IRC bot hub written in Go with Lua plugins
MIT License
83 stars 10 forks source link

Minor: run gofmt on all files #39

Closed zackkitzmiller closed 10 years ago

zackkitzmiller commented 10 years ago

Coding Standards

lukevers commented 10 years ago

I'm going to close this pull request instead of merging it because I made a few changes and just ran go fmt myself. I should have been running it before each commit, and I just forgot. Thanks for the reminder though! I'll make sure to always run go fmt before I commit.

zackkitzmiller commented 10 years ago

No worries. Most editors have a way to run go fmt on save. ST and Atom both do.

lukevers commented 10 years ago

I'm surprised the vim plugin I have doesn't. I'll have to figure out why it doesn't automatically do that and figure out how to make it do that if it doesn't already.