Skip to content

Commit

Permalink
Update introduction.md
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
arimal199 authored Sep 25, 2023
1 parent 41e885b commit 06231c5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ import (

func main() {
t := time.Date(1995,time.September,22,13,0,0,0,time.UTC)
formatedTime := t.Format("Mon, 01/02/2006, 15:04") // string
formattedTime := t.Format("Mon, 01/02/2006, 15:04") // string
fmt.Println(formatedTime)
}

Expand Down

0 comments on commit 06231c5

Please sign in to comment.