From 2a657165f7181a69595a96cb8ff0dfb6f9dc47b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Fri, 14 Jul 2017 21:30:36 +0200 Subject: [PATCH] Set unix func to draft --- content/functions/unix.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/content/functions/unix.md b/content/functions/unix.md index 11583552d..d3e0c6c9f 100644 --- a/content/functions/unix.md +++ b/content/functions/unix.md @@ -1,6 +1,9 @@ --- title: unix -# linktitle: Unix +# Set this to draft for now; "unix" is not a function. We need to redo this section with: +# - methods vs functions +# - function namespaces as subsections. +draft: true description: Unix returns the local Time corresponding to the given Unix time, sec seconds and nsec nanoseconds since January 1, 1970 UTC. godocref: https://golang.org/search?q=Unix#Functions date: 2017-02-01