The tool just runs 'go vet' for now; could do more later (like actually run the examples and compare to some expected output)
gofmt no longer supports `tabs` and `tabwidth`, but we still require exactly-4-space tabs to preserve the narrow layout on gobyexample.com, so re-implement this functionality with sed.