Skip to content

Commit f31719e

Browse files
committed
ime -> time [Type]
1 parent e1d5d28 commit f31719e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,5 +99,5 @@ func main() {
9999
}
100100

101101
fmt.Println("\033[36m", "\nFinished checking codes!")
102-
ime.Sleep(30 * time.Second)
102+
time.Sleep(30 * time.Second)
103103
}

0 commit comments

Comments
 (0)