32 lines
834 B
Markdown
32 lines
834 B
Markdown
---
|
|
name: Bug report
|
|
about: Create a report to help us improve
|
|
---
|
|
|
|
<!--
|
|
‼️ Main development focus is on the upcoming go-toml v2 ⚠️
|
|
|
|
As a result, v1.x bugs will likely not see a fix on a v1.x version.
|
|
However, reporting the bug is the best way to ensure that it will be fixed in v2.
|
|
|
|
See https://github.com/pelletier/go-toml/discussions/506.
|
|
-->
|
|
|
|
|
|
**Describe the bug**
|
|
A clear and concise description of what the bug is.
|
|
|
|
**To Reproduce**
|
|
Steps to reproduce the behavior. Including TOML files.
|
|
|
|
**Expected behavior**
|
|
A clear and concise description of what you expected to happen, if other than "should work".
|
|
|
|
**Versions**
|
|
- go-toml: version (or git sha)
|
|
- go: version
|
|
- operating system: e.g. macOS, Windows, Linux
|
|
|
|
**Additional context**
|
|
Add any other context about the problem here that you think may help to diagnose.
|