package main import ( "fmt" "os" ) func main() { fmt.Fprintln(os.Stderr, "supervisor: not yet implemented") os.Exit(1) }