aboutsummaryrefslogtreecommitdiff
path: root/template/go/snip-time-date.go
diff options
context:
space:
mode:
Diffstat (limited to 'template/go/snip-time-date.go')
-rw-r--r--template/go/snip-time-date.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/template/go/snip-time-date.go b/template/go/snip-time-date.go
new file mode 100644
index 0000000..664ebf4
--- /dev/null
+++ b/template/go/snip-time-date.go
@@ -0,0 +1 @@
+tm := time.Date(2006, time.January, 2, 15, 4, 5, 0, time.Local)