Goa的Go版本 用法 var app = App . New () app . use ( func ( ctx * Context , next interface {}) interface {}{ ctx . Body = "hello world" }) app . Listen ( ":9000" )