Dream
- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Created Conditions that are always true
func main() { AAAA("tcp")}func AAAA(network string) { switch network { case "tcp", "tcp4", "tcp6": default: network = "tcp" } switch network { case "tcp": fmt.Print...