replace version format
This commit is contained in:
parent
9fbc88a60f
commit
2434c7b2a7
@ -119,7 +119,7 @@ type Option func(*Options)
|
||||
var (
|
||||
DefaultAddress = ":0"
|
||||
DefaultName = "go.micro.server"
|
||||
DefaultVersion = fmt.Sprintf("%d", time.Now().Unix())
|
||||
DefaultVersion = time.Now().Format("2006.01.02.15.04")
|
||||
DefaultId = uuid.New().String()
|
||||
DefaultServer Server = newRpcServer()
|
||||
DefaultRouter = newRpcRouter()
|
||||
|
Loading…
Reference in New Issue
Block a user