Skip to content

Commit

Permalink
Update introduction.md to fix typo in Time.Format() example
Browse files Browse the repository at this point in the history
  • Loading branch information
tapank authored Jan 3, 2024
1 parent a0c3b9f commit 6f61740
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)
formattedTimee := t.Format("Mon, 01/02/2006, 15:04") // string
formattedTime := t.Format("Mon, 01/02/2006, 15:04") // string
fmt.Println(formattedTime)
}

Expand Down

0 comments on commit 6f61740

Please sign in to comment.