Minor changes
This commit is contained in:
parent
ef89ce84d7
commit
3880a493c1
8 changed files with 46 additions and 36 deletions
14
log/log.go
14
log/log.go
|
@ -1,14 +0,0 @@
|
|||
package log
|
||||
|
||||
import (
|
||||
"log"
|
||||
"os"
|
||||
)
|
||||
|
||||
var (
|
||||
// Info is used for general info messages.
|
||||
Info = log.New(os.Stdout, "", 0)
|
||||
|
||||
// Error is used for error messages.
|
||||
Error = log.New(os.Stderr, "", 0)
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue