{"id":17686336,"url":"https://github.com/shihanng/appengine-go","last_synced_at":"2025-03-30T20:46:26.722Z","repository":{"id":84060960,"uuid":"96686567","full_name":"shihanng/appengine-go","owner":"shihanng","description":null,"archived":false,"fork":false,"pushed_at":"2017-07-12T00:06:47.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-05T23:54:13.128Z","etag":null,"topics":["appengine","go","golang","google"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/shihanng.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-07-09T13:37:24.000Z","updated_at":"2017-07-12T00:07:58.000Z","dependencies_parsed_at":null,"dependency_job_id":"29b5019a-5793-4012-96cf-c0cbbfe92334","html_url":"https://github.com/shihanng/appengine-go","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shihanng%2Fappengine-go","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shihanng%2Fappengine-go/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shihanng%2Fappengine-go/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shihanng%2Fappengine-go/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shihanng","download_url":"https://codeload.github.com/shihanng/appengine-go/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246379383,"owners_count":20767695,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["appengine","go","golang","google"],"created_at":"2024-10-24T10:44:35.602Z","updated_at":"2025-03-30T20:46:26.703Z","avatar_url":"https://github.com/shihanng.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![CircleCI](https://circleci.com/gh/shihanng/appengine-go/tree/master.svg?style=svg\u0026circle-token=fe6d23ae8712e43e2d346bfeaa44b84d6a00b8cf)](https://circleci.com/gh/shihanng/appengine-go/tree/master)\n\n# appengine-go\n\n## Project Structure\n\n- `GOPATH` starts from `.`.\n- The \"main\"/\"driver\" of the app is in `aeloader`.\n- The other packages of the app live in `applib`.\n- External packages are vendored with [`dep`](https://github.com/golang/dep).\n\n```\nsrc\n└── app\n    ├── aeloader\n    ├── applib\n    │   ├── guestbook\n    │   └── sign\n    └── vendor\n```\n\n## Deployment\n\n```bash\nappcfg.py -A [YOUR_PROJECT_ID] -V [YOUR_VERSION_ID] update src/app/aeloader\n```\n\n## Local Development\n\n```bash\ndev_appserver.py src/app/aeloader\n```\n\n## Development Environment\n\nWe can use [direnv](https://direnv.net/) to help us setup\nan environment that kind of \"replace\" `go` with `goapp`\nfrom the [App Engine SDK for Go](https://cloud.google.com/appengine/docs/standard/go/download#appengine_sdk).\n\nIn our `.envrc` we can have something like the following:\n\n```bash\nexport PATH=`pwd`/bin:$HOME/bin/fakego:$HOME/bin/go_appengine:$PATH\nexport GOROOT=$HOME/bin/go_appengine/goroot-1.8\nexport GOPATH=`pwd`\n```\n\nIn `$HOME/bin/fakego` we have a shell script name `go`:\n\n```sh\n#!/bin/sh\n# Remove gohack from path and run goapp.\nPATH=${PATH#$HOME/bin/go_appengine} goapp $@\n```\n\njust to tell our editor that we are using `goapp` version of `go`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshihanng%2Fappengine-go","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshihanng%2Fappengine-go","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshihanng%2Fappengine-go/lists"}