* Disable integration tests because they break a lot, per julz
* Actually run go and notice extra unused imports
* Revert "Disable integration tests because they break a lot, per julz"
I took out too much.
This reverts commit eca3a2d8ce.
* Re-add simplifed sampleapp used by the consistency checker
* Forgot to autoformat after beating things with emacs and grep
* Add empty e2e tests
* Fix formatting again. `vi` this time
* table driven test
* fix build error
* add e2e build tag to these files to make them not fail unit test
* update based on PR comment
* switch to yaml based config
* make configFile a const
* Temporarily start knative serving for testing purpose
* This reverts commit 75b8fc434b.