package server import ( "net/http" "github.com/longbin/agent-notify/web" ) func webHandler() http.Handler { return web.Handler() }