package main import "fmt" func main() { fmt.Println("Just a file to make 'go get' happy") }