Skip to content

Commit

Permalink
Update introduction.md (#2744)
Browse files Browse the repository at this point in the history
Fix typo in name of variable
  • Loading branch information
u-mulder authored Jan 13, 2024
1 parent cb6c3b6 commit d1a22bd
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 d1a22bd

Please sign in to comment.