Versions in this module Expand all Collapse all v0 v0.1.1 Sep 28, 2015 Changes in this version + var Tuples = app.TupleSlice([]app.Tuple{ ... }) + func Asset(name string) ([]byte, error) + func AssetDir(name string) ([]string, error) + func AssetInfo(name string) (os.FileInfo, error) + func AssetNames() []string + func MustAsset(name string) []byte + func RestoreAsset(dir, name string) error + func RestoreAssets(dir, name string) error + type App struct + func (a *App) Build(ctx *app.Context) error + func (a *App) Compile(ctx *app.Context) (*app.CompileResult, error) + func (a *App) Deploy(ctx *app.Context) error + func (a *App) Dev(ctx *app.Context) error + func (a *App) DevDep(dst, src *app.Context) (*app.DevDep, error)