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