mirror of
https://github.com/KaySar12/NextZen-UserService.git
synced 2025-06-27 19:35:10 +07:00
minor code cleanup
This commit is contained in:
parent
e141c51b93
commit
931d466df6
5
main.go
5
main.go
@ -18,10 +18,7 @@ import (
|
|||||||
"go.uber.org/zap"
|
"go.uber.org/zap"
|
||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const localhost = "127.0.0.1"
|
||||||
version = "0.3.6"
|
|
||||||
localhost = "127.0.0.1"
|
|
||||||
)
|
|
||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
configFlag := flag.String("c", "", "config address")
|
configFlag := flag.String("c", "", "config address")
|
||||||
|
Loading…
Reference in New Issue
Block a user