chore(*): gofmt everything

This commit is contained in:
Brandon Philips
2014-02-01 22:56:20 -08:00
parent 0566bf2d5d
commit ea8a353545
33 changed files with 67 additions and 83 deletions

View File

@@ -33,7 +33,6 @@ func scripts_browser_scripts_js() []byte {
return buf.Bytes()
}
func init() {
go_bindata["/scripts/browser-scripts.js"] = scripts_browser_scripts_js
}