Skip to content

Commit 359db47

Browse files
syohexvishr
authored andcommitted
Load missing library and correct variable name (#8)
1 parent f20a0d6 commit 359db47

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

log/white.go

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,11 @@
22

33
package log
44

5-
import "io"
5+
import (
6+
"io"
7+
"os"
8+
)
69

710
func output() io.Writer {
8-
return os.stdout
11+
return os.Stdout
912
}

0 commit comments

Comments
 (0)