blob: 74d82cd17316f7152aa42355e3cdc8b639f9eb17 [file] [log] [blame]
package main
import (
"net/http"
)
func main() {
// your http.Handle calls here
http.ListenAndServe("localhost:4000", nil)
}