func main()

in tutorials/profiles/web-profiles/leeroy-web-profiles/web.go [35:39]


func main() {
	log.Print("leeroy web server ready")
	http.HandleFunc("/", handler)
	http.ListenAndServe(":8080", nil)
}