This repository has been archived on 2024-07-08. You can view files and clone it, but cannot push or open issues or pull requests.
|
package main
|
|
|
|
import "fmt"
|
|
|
|
func main() {
|
|
fmt.Println("main.go has moved! You should now run:")
|
|
fmt.Println("go run .")
|
|
}
|