blob: 5bfef314d2fc9f81ccbb41279ed51f90565019da [file] [log] [blame]
// +build OMIT
package main
import "fmt"
func main() {
fmt.Println("Hello, go")
}