Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
spiritysdx committed Jul 4, 2024
1 parent f0b89d4 commit df73588
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions goecs.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ import (
)

var (
ecsVersion = "v0.0.34"
ecsVersion = "v0.0.35"
menuMode bool
onlyChinaTest bool
input, choice string
Expand Down Expand Up @@ -449,7 +449,7 @@ func main() {
currentTime := time.Now().Format("Mon Jan 2 15:04:05 MST 2006")
output = utils.PrintAndCapture(func() {
utils.PrintCenteredTitle("", width)
fmt.Printf("Cost Time : %d %d \n", minutes, seconds)
fmt.Printf("Cost Time : %d min %d sec\n", minutes, seconds)
fmt.Printf("Current Time : %s\n", currentTime)
utils.PrintCenteredTitle("", width)
}, tempOutput, output)
Expand Down

0 comments on commit df73588

Please sign in to comment.