toml

package
v1.14.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 3, 2026 License: MPL-2.0 Imports: 8 Imported by: 0

Documentation

Overview

Package toml provides utility functions for TOML handling.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Merge

func Merge(parts map[string]Part) ([]byte, error)

Merge merges named TOML configuration fragments in lexicographical order by name.

Types

type Part added in v1.14.0

type Part struct {
	Contents []byte
	Origin   string
}

Part is a named TOML fragment with human-readable provenance.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL