minor code cleanup

This commit is contained in:
Tiger Wang 2022-09-01 23:09:54 +00:00
parent e141c51b93
commit 931d466df6

View File

@ -18,10 +18,7 @@ import (
"go.uber.org/zap"
)
const (
version = "0.3.6"
localhost = "127.0.0.1"
)
const localhost = "127.0.0.1"
func init() {
configFlag := flag.String("c", "", "config address")