package main import ( "fmt" "os" ) func main() { fmt.Fprintf(os.Stderr, "Not Yet Implemented") os.Exit(1) }