I have a program readfile.go and I want to give the command line argument os.Args[1] also as readfile.go.
readfile.go
os.Args[1]
However \'go run\' thinks
You can use -- to separate gofiles from arguments:
--
go run readfile.go -- readfile.go