Documentation
¶
Overview ¶
Package _const provides constants used throughout the config package.
Index ¶
Constants ¶
View Source
const ( // JSONIndent specifies the indentation string for JSON formatting. // Used by DefaultConfig() when generating configuration files. // Set to two spaces for readable, standard-compliant JSON output. JSONIndent = " " )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.