You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a follow-up to #907, the toml-test files can't just be cloned from upstream because it contains TOML 1.1 (unreleased) tests. Instead, the go:generate should use toml-test -copy to grab the appropriate (TOML <= 1.0) test files.
As a follow-up to #907, the toml-test files can't just be cloned from upstream because it contains TOML 1.1 (unreleased) tests. Instead, the
go:generate
should usetoml-test -copy
to grab the appropriate (TOML <= 1.0) test files.https://github.com/toml-lang/toml-test?tab=readme-ov-file#usage-without-toml-test-binary
The text was updated successfully, but these errors were encountered: