https://github.com/osamingo/gae-bp
GAE/Go Boilerplate
https://github.com/osamingo/gae-bp
Last synced: 4 months ago
JSON representation
GAE/Go Boilerplate
- Host: GitHub
- URL: https://github.com/osamingo/gae-bp
- Owner: osamingo
- License: mit
- Created: 2016-08-14T16:28:53.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-09-27T11:50:00.000Z (over 9 years ago)
- Last Synced: 2025-10-24T23:45:12.272Z (8 months ago)
- Language: Makefile
- Homepage:
- Size: 58.6 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GAE/Go Boilerplate
Using to GAE/Go easy!
## Getting Started
### Install Golang
```
$ brew install go
```
### Install App Engine Go SDK
#### For amd64
```
$ brew install app-engine-go-64
```
#### For i386
```
$ brew install app-engine-go-32
```
### Checkout GAE/Go Boilerplate
```
$ ghq get osamingo/gae-bp
```
### Init install
```
# Change directory to osamingo/gae-bp
$ make init-install
```
## Constitution
```
./
├── src # Original source codes
├── static # Static files
└── vendor
└── src # Vendoring packages
```
## Control commands
see [Makefile](https://github.com/osamingo/gae-bp/blob/master/Makefile).
## Lisence
Released under the [MIT License](https://github.com/osamingo/gae-bp/blob/master/LICENSE).