Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.

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.