| # admingolangorg | |
| This app serves as the [admin interface](https://admin-dot-golang-org.appspot.com) for the golang.org/s link | |
| shortener. Its functionality may be expanded in the future. | |
| ## Deployment: | |
| To update the public site, run: | |
| ``` | |
| gcloud app --account=username@domain.com --project=golang-org deploy app.yaml | |
| ``` |