Skip to content

Commit a9e864d

Browse files
committed
update
1 parent bc1fc56 commit a9e864d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pprof/02-net-http-pprof.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ func httpGet(w http.ResponseWriter, r *http.Request) {
2929
func main() {
3030
go workForever()
3131
http.HandleFunc("/get", httpGet)
32-
http.ListenAndServe("localhost:8000", nil)
32+
http.ListenAndServe(":8000", nil)
3333
}

0 commit comments

Comments
 (0)