package controllers import ( "fmt" "html/template" "strings" "time" "github.com/dustin/go-humanize" "github.com/revel/revel" ) type App struct { *revel.Controller } /* GameWatch は携帯ゲーム機の情報を持つ */ type GameWatch struct { No int ModelNumber string Title map[string]string ReleaseDate time.Time Price int *Series Million bool Premium string VariousColor []string Genre string Character string } /* Series