package web import ( "git.loafle.net/commons/server-go" ) type Servlet interface { server.Servlet }