Implements logging analogous to the Google-internal C++ INFO/ERROR/V setup, with severity levels and verbosity.
go get github.com/golang/glogNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Logs an info message and flushes the log buffer.
Add defer glog.Flush() at the start of main or use a log package that flushes automatically.
No dependency data recorded yet.