package baize import ( "git.sxidc.com/go-framework/baize.git/application" ) func NewApplication() *application.App { return &application.App{} }