web.go 52 B

12345
  1. package web
  2. type WebServer interface {
  3. Handle()
  4. }