finalizing logging and multierror
This commit is contained in:
@@ -5,7 +5,10 @@ import (
|
||||
)
|
||||
|
||||
const (
|
||||
// logPerm is the octal mode to use for testing the file.
|
||||
logPerm os.FileMode = 0600
|
||||
// logPrefix is the default log prefix.
|
||||
logPrefix string = "GOLANG PROGRAM"
|
||||
appendFlags int = os.O_APPEND|os.O_CREATE|os.O_WRONLY
|
||||
// appendFlags are the flags used for testing the file (and opening/writing).
|
||||
appendFlags int = os.O_APPEND | os.O_CREATE | os.O_WRONLY
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user