Skip to content

Commit

Permalink
Fix typo in Go track's 'Booking up for beauty' introduction.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jesse-kroon authored Jan 13, 2024
1 parent cb6c3b6 commit 01cf12a
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 01cf12a

Please sign in to comment.