go-toml
go-toml copied to clipboard
Go library for the TOML file format
This relates to the bug fixed in 7baa23f493a82b3f24f4dada5d0b02d17fbde175 Judging by the number of these errors that pops up in my own projects, I suspect that this error message will pop...
**Describe the bug** When using version 2.0.0, the following structure can be parsed as a map. When using version 2.1.0, it will be judged as an array structure, resulting in...
This adds the `Unmarshaler` interface to the v2 package. This way types that implement this interface can define the way they are unmarshalled. This is a first attempt to fix...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. Release notes Sourced from actions/upload-artifact's releases. v4.0.0 What's Changed The release of upload-artifact@v4 and download-artifact@v4 are major changes to the backend architecture of Artifacts....
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2 to 3. Release notes Sourced from github/codeql-action's releases. CodeQL Bundle v2.15.4 Bundles CodeQL CLI v2.15.4 (changelog, release) Includes the following CodeQL language packs from github/codeql@codeql-cli/v2.15.4: codeql/cpp-queries...
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 4 to 5. Release notes Sourced from actions/setup-go's releases. v5.0.0 What's Changed In scope of this release, we change Nodejs runtime from node16 to node20 (actions/setup-go#421). Moreover,...
Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 3 to 5. Release notes Sourced from goreleaser/goreleaser-action's releases. v5.0.0 What's Changed feat: node 20 as default runtime (requires Actions Runner v2.308.0 or later) by @crazy-max in...
OSS-Fuzz has found a bug in this project. Please see https://oss-fuzz.com/testcase?key=5412509395582976 for details and reproducers. This issue is mirrored from https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=63789 and will auto-close if the status changes there. If...
Hi. Does go-toml v2 support keeping the commented out lines of a TOML file when unmarshaling and marshaling? I'm manipulating a TOML based configuration file and eventually, commented out lines...
The only dependency of go-toml v2 is `stretchr/testify`, which itself imports a bunch of stuff. I'd like this library to be dependence-free. The test suite only uses a few functions...