Fang Liming

- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
Created How to specify multiple cmd line arg with regular expression
For example,in the iterm, I input `go run mrsequential.go pg*.txt`, which pg*.txt represent several txt files,but when in the ide configuration, I did like the following,but the os.Args[1] just equ... -
Created what should I do to avoid seeing those output message following?
In the following picture, the words below the black line is my program output. But I don't want to see those above the line, they seem to appear every time I run a program. How to turn off it,thanks.