package web import "net/http" type Mountable interface { MountTo(*http.ServeMux) }