package main
import "fmt"
import "time"
func main() {
fmt.Println(time.Now().Format("01-JAN-2006 15:04:00"))
}
Write your answer...
I am just playing around with Go and do not yet have a good mental model of when structs are passed by value or by reference. This may be a very dumb question but I just want to experiment a bit a
Chris Gregori
Learning resources & tutorials
Asked • Feb 6 2020