Initial commit.

This is a sanitized, degoogled version of the internal Google logging package for Go.
It is in effect the Go version of code.google.com/p/google-glog, the C++ original.

Changes from the Go original:
	- changing the package name from log to glog
	- taking out Google-specific details
	- removing some environment variables
5 files changed
tree: 906912af6049fd5164ac69c30ff77be2859fb617
  1. glog.go
  2. glog_file.go
  3. glog_test.go
  4. LICENSE
  5. README