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