package main
import "fmt"
func main() {
fmt.Println("main.go has moved! You should now run:")
fmt.Println("go run .")
}