Package Usage: go: github.com/BurntSushi/toml
Package toml implements decoding and encoding of TOML files.
This package supports TOML v1.0.0, as specified at https://toml.io
The github.com/BurntSushi/toml/cmd/tomlv package implements a TOML validator,
and can be used to verify if TOML document is valid. It can also be used to
print the type of each key.
Example StrictDecoding shows how to detect if there are keys in the TOML
document that weren't decoded into the value given. This is useful for
returning an error to the user if they've included extraneous fields in their
configuration.
Example UnmarshalTOML shows how to implement a struct type that knows how to
unmarshal itself. The struct must take full responsibility for mapping the
values passed into the struct. The method may be used with interfaces in a
struct in cases where the actual type is not known until the data is
examined.
Example Unmarshaler shows how to decode TOML strings into your own
custom data type.
14 versions
Latest release: almost 2 years ago
27,921 dependent packages
View more package details: https://packages.ecosystem.code.gouv.fr/registries/proxy.golang.org/packages/github.com/BurntSushi/toml
Dependent Repos 36
ANSSI-FR/ultrablue
User-friendly Lightweight TPM Remote Attestation over BluetoothSize: 3.87 MB - Last synced: about 7 hours ago - Pushed: about 2 years ago



InseeFrLab/onyxia-onboarding
Onboarding for the Onyxia datalabSize: 68.4 KB - Last synced: 7 days ago - Pushed: over 1 year ago

InseeFrLab/onyxia-onboarding-operator
An operator for onyxia's onboarding tasksSize: 71.3 KB - Last synced: 7 days ago - Pushed: over 1 year ago

InseeFrLab/utils
A collection of scripts that may have been used at some point :)Size: 41 KB - Last synced: 7 days ago - Pushed: over 1 year ago

COSAE-FR/ripacb
RIP ACB Server and clientSize: 91.8 KB - Last synced: 14 days ago - Pushed: 7 months ago

COSAE-FR/ripflow
Simple Netflow v5 probeSize: 25.4 KB - Last synced: 14 days ago - Pushed: almost 4 years ago

COSAE-FR/ripradius
Radius authentication cacheSize: 111 KB - Last synced: 14 days ago - Pushed: 7 months ago

COSAE-FR/riprovision
Provision Unifi devices to specific management VLANsSize: 4.9 MB - Last synced: 14 days ago - Pushed: 2 months ago


COSAE-FR/ripugw
Fake Unifi GatewaySize: 68.4 KB - Last synced: 14 days ago - Pushed: about 2 years ago

COSAE-FR/riputils
Common utilities for RIP projectsSize: 105 KB - Last synced: 14 days ago - Pushed: over 1 year ago

SocialGouv/secretgen-controller Fork of carvel-dev/secretgen-controller
secretgen-controller provides CRDs to specify what secrets need to be on Kubernetes cluster (to be generated or not)Size: 30.4 MB - Last synced: 6 days ago - Pushed: 11 months ago


