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