blob: b423278b41e5d12b1a0fad76ef6442fa7437c0e0 [file] [log] [blame]
// +build ignore,OMIT
package main
import (
"flag"
"github.com/golang/glog"
)
func main() {
flag.Set("logtostderr", "true")
glog.Infof("hello, world")
}