Skip to content

小川信一さん著「Google App Engine for Java実践ガイド」(インプレスジャパン)のサンプルコードを Golang で写経してみるプロジェクトです。

Notifications You must be signed in to change notification settings

Kazzz/gaeshakyo-with-go

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

This project is trying to "sha-kyo (写経)" a book "Google App Engine for Java実践ガイド (Author : 小川信一)" with golang.

prepare

  1. install go
  2. set $GOPATH
    • direnv, goenv are useful. :)
  3. Download appengine SDK

start dev-server

$ goapp serve .

deploy to appengine

$ goapp deploy .

Necessary go get

  • $ go get github.com/pborman/uuid

About

小川信一さん著「Google App Engine for Java実践ガイド」(インプレスジャパン)のサンプルコードを Golang で写経してみるプロジェクトです。

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 61.1%
  • HTML 38.9%