Skip to content

Commit

Permalink
update date
Browse files Browse the repository at this point in the history
  • Loading branch information
vkuznet committed Mar 7, 2023
1 parent 219dfef commit d0bb46f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion httpgo.go
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ func parseConfig(configFile string) error {
// helper function to return version string of the server
func info() string {
goVersion := runtime.Version()
tstamp := time.Now().Format("2006-02-01")
tstamp := time.Now().Format("2006-01-02")
return fmt.Sprintf("httpgo git=%s go=%s date=%s", version, goVersion, tstamp)
}

Expand Down

0 comments on commit d0bb46f

Please sign in to comment.