Versions in this module Expand all Collapse all v0 v0.2.0 Oct 23, 2018 v0.1.0 Oct 21, 2018 Changes in this version + type App struct + Environment string + Host string + Port int + Router *gin.Engine + func New(host string, port int, env string) (*App, error) + func (app *App) Start()