package main import ( "net/http" ) func main() { http.ListenAndServe("localhost:4000", nil) }