package webserver import ( "net/http" ) func main() { http.HandleFunc() }