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
fmt.Printf("len(os.Args):%d flag.NArg():%d (this line:before=after+1,because os include program's name,flag package not include)\n",len(os.Args), flag.NArg())