Documentation

Reference for Golf version 3.1.0
Note: All the topics below are available as a single-page documentation. See below how to use man pages.

Browse by topic:    API,   Application information,   Array,   Articles,   Base64,   Booleans,   C language,   Cookies,   Database,   Debugging,   Directories,   Distributed computing,   Documentation,   Encryption,   Error handling,   Examples,   FastCGI client,   FIFO,   Files,   General,   Golf compiler and utility,   Hash,   Hex encoding,   Install golf,   JSON parsing,   Language,   License,   LIFO,   Linked list,   Memory,   Messages,   Numbers,   Output,   Program execution,   Program flow,   Quick start,   Regex,   Request data,   Request information,   Requests,   Running application,   SELinux,   Service manager,   Service processing,   Strings,   System information,   Time,   Tree,   URL encoding,   UTF,   Web,   Web encoding,   Web servers,   XML parsing

Man pages
Golf documentation is available online, and also as man pages (i.e. manual pages). You can use 'man' to get help (if man program is available on your system), for instance:
man read-file

Golf uses section 2gg of man, so you can also use (in case of conflicts):
man 2gg read-file

If man program is not available on your system, you can also view topics with 'gg --man <topic>', for example:
gg --man run-query

To show all topics, type:
gg --man all



Copyright (c) 2019-2025 Gliim LLC. All contents on this web site is "AS IS" without warranties or guarantees of any kind.