gddo/lintapp
Suriyaa Sundararuban 3afa281c27 lintapp: use HTTPS protocol
Change-Id: Ie8f47a410ab568ebcfb308db1c4fe060e1479614
Reviewed-on: https://go-review.googlesource.com/118576
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2018-06-13 15:28:26 +00:00
..
assets lintapp: use HTTPS protocol 2018-06-13 15:28:26 +00:00
README.md gddo-server: add personal access token support 2016-01-05 00:40:33 +01:00
app.yaml talksapp and lintapp: opt in to use Go 1.8 on GAE standard. 2017-09-29 16:31:35 +00:00
main.go httputil: remove Transport constructors aware of environment 2017-10-13 23:46:08 +00: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.