package main import ( "fmt" "os" ) func main() { fmt.Println("Program:", os.Args[0]) }