Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 1.18 KB

README.md

File metadata and controls

32 lines (18 loc) · 1.18 KB

GAE/Go Example

Build Status

Circle CI

============================================================

公式チュートリアルやってます。

GAE/Goチュートリアル

https://developers.google.com/appengine/docs/go/gettingstarted/introduction

  • Goを使用して、App Engineのアプリケーションを構築
  • Goのhttpパッケージを Webページを提供する
  • GoのデータストアAPIでApp Engineのデータストアを使用する
  • ユーザー認証にGoogleアカウントとApp Engineのアプリケーションを統合する
  • Goのhtml/templateパッケージを使用する
  • App Engineにアプリをアップロードする

IntelliJ IDEAでHelloWorldまでやってしまったので、ここからやる感じが良い。

https://developers.google.com/appengine/docs/go/gettingstarted/usingusers

Local環境でのTestについて

https://developers.google.com/appengine/docs/go/tools/localunittesting/