Answer the question
In order to leave comments, you need to log in
What package, functions to use for traffic sniffer?
Windows OS. In particular interested in http-traffic.
You probably need to use the package import "net/http "
Construction used
func main() {
http.HandleFunc("/", handler)
http.ListenAndServe(":8080", nil)
}
fmt.Fprintf
real time. I tried to put my function instead of nil, but the screen is just blank, and there are no errors either. Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question