You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wrote a code to separate domains that give 200 responses and those that don't.
Although I have 3447 different domains, I get different results after each run of the program.
Unlike many projects, the Go project does not use GitHub Issues for general discussion or asking questions. GitHub Issues are used for tracking bugs and proposals only.
I wrote a code to separate domains that give 200 responses and those that don't.
Although I have 3447 different domains, I get different results after each run of the program.
Source where i found domains: https://github.com/opendns/public-domain-lists/blob/master/opendns-random-domains.txt
wc -l example.txt
3447
go run ./main.go
go run ./main.go
go run ./main.go
And here is example.txt
I can't understand what I'm doing wrong. thank you
I noticed that when I want to use map, I get different errors.
Code:
Output:
go version go1.17.1 linux/amd64
The text was updated successfully, but these errors were encountered: