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