import os fn main() { os.args := []string{} println(os.args) }