package user import ( "net/http" ) var Server http.Server func Run() { }