Documentation ¶ Overview ¶ Package config provides types and functions/methods for setting up configuration mapping. Index ¶ func ReadYaml(input []byte) m.Map Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func ReadYaml ¶ func ReadYaml(input []byte) m.Map ReadYaml parses an input byte slice and returns the resulting mapping. Note that in case of error the function aborts the program as it's not possible to run an application without a valid configuration. Types ¶ This section is empty. Source Files ¶ View all Source files config.go Click to show internal directories. Click to hide internal directories.