minor refactor

This commit is contained in:
Andrew Siegman 2017-10-26 00:58:56 -05:00
parent 4a29c8a683
commit cd68f2da85

View file

@ -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.