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