func net/http.HandleFunc

3 uses

	net/http (current package)
		server.go#L2512: func HandleFunc(pattern string, handler func(ResponseWriter, *Request)) {

	src.elv.sh/pkg/web
		web.go#L64: 	http.HandleFunc("/", h.handleMainPage)
		web.go#L65: 	http.HandleFunc("/execute", h.handleExecute)