gddo/lintapp
Rafal Jeczalik 519e7547bb gddo-server: add personal access token support
Also refactors reading clienID/clientSecret, which is now obtained from
GCE metadata.

Closes #254.
2016-01-05 00:40:33 +01:00
..
assets Import lintapp 2015-06-19 17:38:53 -07:00
README.md gddo-server: add personal access token support 2016-01-05 00:40:33 +01:00
app.yaml gddo-server: add personal access token support 2016-01-05 00:40:33 +01:00
main.go gddo-server: add personal access token support 2016-01-05 00:40:33 +01:00

README.md

lintapp

This directory contains the source for go-lint.appspot.com.

Development Environment Setup

  • Copy app.yaml to prod.yaml and put in the authentication data.
  • Install Go App Engine SDK.
  • Run the server using the goapp serve prod.yaml command.