github.com/goplus/gop@v1.2.6/printer/_testdata/37-Cmdline/cmdline.gop (about)

     1  import "os"
     2  
     3  println("args:", os.Args[1:])