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