Cleanup for merge to gddo

- Update paths to for new home in golang/gddo repo.
- Relicense to Go authors
4 files changed
tree: 144c6c9a184f01ff555f5eb513ac449a501ef9e7
  1. assets/
  2. app.yaml
  3. config.go.template
  4. main.go
  5. README.md
README.md

lintapp

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

Development Environment Setup

  • Copy config.go.template to config.go and edit the file as described in the comments.
  • Install Go App Engine SDK
  • Run the server using the dev_appserver command.