We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b535293 commit d2f69a6Copy full SHA for d2f69a6
08-concurrency/e1-synchronized/main.go
@@ -15,8 +15,8 @@ var toPort string
15
16
func init() {
17
flag.StringVar(&host, "host", "127.0.0.1", "Host to scan.")
18
- flag.StringVar(&fromPort, "from", "8080", "Port to start scanning from")
19
- flag.StringVar(&toPort, "to", "8090", "Port at which to stop scanning")
+ flag.StringVar(&fromPort, "from", "5300", "Port to start scanning from")
+ flag.StringVar(&toPort, "to", "5500", "Port at which to stop scanning")
20
}
21
22
func main() {
0 commit comments