Skip to content

Instantly share code, notes, and snippets.

@ldunn
Created December 28, 2010 02:09
Show Gist options
  • Save ldunn/756798 to your computer and use it in GitHub Desktop.
Save ldunn/756798 to your computer and use it in GitHub Desktop.
package main
import ("fmt"
"time")
func main() {
var t = time.LocalTime()
fmt.Println(t.Year)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment