Skip to content

Commit

Permalink
replace version format
Browse files Browse the repository at this point in the history
  • Loading branch information
asim committed Sep 22, 2019
1 parent 9fbc88a commit 2434c7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 2434c7b

Please sign in to comment.