/// 2>/dev/null ; gorun "$0" "$@" ; exit $? // OR: #!/usr/bin/env gorun package main func main() { println("Hello world.") }