You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

README.md 327 B

1234567891011
  1. lintapp
  2. =======
  3. This directory contains the source for [go-lint.appspot.com](http://go-lint.appspot.com).
  4. Development Environment Setup
  5. -----------------------------
  6. - Copy `app.yaml` to `prod.yaml` and put in the authentication data.
  7. - Install Go App Engine SDK.
  8. - Run the server using the `goapp serve prod.yaml` command.