-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Closed
Labels
Description
by slash2314:
What steps will reproduce the problem? 1. Try the example at the bottom of the comments at the top of flag.go line 59 2. There is a problem with subcmd := flag.Args(0) Which compiler are you using (5g, 6g, 8g, gccgo)? 6g Which operating system are you using? darwin_amd64 Which revision are you using? (hg identify) 87209dfd5825 tip Please provide any additional information below. flag.Args() should not be called with an argument. Shouldn't this be flag.Arg(0)?