go-tmbundle
go-tmbundle copied to clipboard
Remove deprecated golang args
If you try to autoformat a file and you're using golang 1.3.3, you get this exception:
flag provided but not defined: -tabwidth
This issue describes that tabwidth and tabs are now removed from gofmt: https://code.google.com/p/go/issues/detail?id=7101