https://github.com/sg0hsmt/gae-go-compat-check
https://github.com/sg0hsmt/gae-go-compat-check
appengine-go
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sg0hsmt/gae-go-compat-check
- Owner: sg0hsmt
- Created: 2021-07-11T13:00:16.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-09-04T22:26:34.000Z (over 1 year ago)
- Last Synced: 2025-01-12T01:39:21.013Z (4 months ago)
- Topics: appengine-go
- Language: Go
- Homepage:
- Size: 53.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GAE/Go Compatibility Check
Test
```console
go test ./...
```Test ([act](https://github.com/nektos/act))
```console
act -j test
```Deploy (Go 1.11)
```console
gcloud app deploy --project ${YOUR_PROJECT} app_go111.yaml
gcloud app deploy --project ${YOUR_PROJECT} queue.yaml
```Deploy (Go 1.15)
```console
gcloud app deploy --project ${YOUR_PROJECT} app_go115.yaml
gcloud app deploy --project ${YOUR_PROJECT} queue.yaml
```Deploy (Go 1.16)
```console
gcloud app deploy --project ${YOUR_PROJECT} app_go116.yaml
gcloud app deploy --project ${YOUR_PROJECT} queue.yaml
```Japanese article
[Go 1.15 で GAE 独自 API を利用できるのか?](https://qiita.com/sg0hsmt/items/341265b485bbc7ccef28)