I'm trying to format the current time using this format yyyyMMddHHmmss.
yyyyMMddHHmmss
t := time.Now() fmt.Println(t.Format("yyyyMMddHHmmss"))
That is outputting:
Any suggestions?
1.4m articles
1.4m replys
5 comments
57.0k users