mirror of
https://github.com/donl/gPanel.git
synced 2026-05-26 06:12:20 -06:00
minor refactor
This commit is contained in:
parent
4a29c8a683
commit
cd68f2da85
1 changed files with 4 additions and 6 deletions
|
|
@ -9,13 +9,11 @@ import (
|
|||
)
|
||||
|
||||
const (
|
||||
PRIVATE_PREFIX string = "PRIVATE::"
|
||||
PUBLIC_PREFIX string = "PUBLIC::"
|
||||
)
|
||||
PRIVATE_PREFIX = "PRIVATE::"
|
||||
PUBLIC_PREFIX = "PUBLIC::"
|
||||
|
||||
const (
|
||||
NORMAL_LOG int = 1
|
||||
FATAL_LOG int = 2
|
||||
NORMAL_LOG = 1
|
||||
FATAL_LOG = 2
|
||||
)
|
||||
|
||||
// Console logs a prefix, IP, and message all appeneded together to the console.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue