Documentation ¶ Index ¶ func LoadJSON[T any](path string) (*T, error) func LoadTOML[T any](path string) (*T, error) func LoadYAML[T any](path string) (*T, error) func NewJSON[T any](path string) (*T, error) func NewTOML[T any](path string) (*T, error) func NewYAML[T any](path string) (*T, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func LoadJSON ¶ added in v2.0.1 func LoadJSON[T any](path string) (*T, error) func LoadTOML ¶ added in v2.0.1 func LoadTOML[T any](path string) (*T, error) func LoadYAML ¶ added in v2.0.1 func LoadYAML[T any](path string) (*T, error) func NewJSON ¶ func NewJSON[T any](path string) (*T, error) func NewTOML ¶ func NewTOML[T any](path string) (*T, error) func NewYAML ¶ func NewYAML[T any](path string) (*T, error) Types ¶ This section is empty. Source Files ¶ View all Source files config.gojson.gotoml.goyaml.go Click to show internal directories. Click to hide internal directories.