1
0
mirror of https://github.com/robertkrimen/otto synced 2025-10-26 20:28:49 +08:00

minor spacing changes for gofmt compliance

This commit is contained in:
Dmitry Savintsev
2015-02-25 21:48:07 +01:00
parent c2346f4ada
commit b487603abe
2 changed files with 2 additions and 1 deletions

View File

@@ -282,7 +282,7 @@ func (self *Dbgr) getEmit() _emit {
// SetOutput will accept the following as a destination for output:
//
// *log.Logger Print*/Panic*/Fatal* of the logger
// io.Writer -
// io.Writer -
// nil Reset to the default output (os.Stderr)
// "log" Print*/Panic*/Fatal* via the "log" package
//