// +build ignore package main import ( hello "." ) func main() { hello.SayHello() }