white.go 93 B

123456789
  1. // +build appengine
  2. package log
  3. import "io"
  4. func output() io.Writer {
  5. return os.stdout
  6. }