eon/main.go

9 lines
117 B
Go

package main
import (
"fmt"
)
func main() {
fmt.Println("Run the makefile to build the project, not go build")
}