oddity (bug?) in output
- Dominant language
- Go
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
```json
{"ts":1726334460.421819,"level":"info","r":1218,"file":"complex_messages.go","line":116,"msg":"Interaction (ignored) result: \"{\\\"board\\\":[[\\\"\\\",\\\"\\\",\\\"O\\\"],[\\\"\\\",\\\"\\\",\\\"\\\"],[\\\"X\\\",\\\"\\\",\\\"\\\"]],\\\"end\\\":nil,\\\"next\\\":\\\"X\\\",\\\"turn\\\":2}\\n\" errs []"}
```
Somehow turns into
#### 2024-09-14 ####
`17:21:00.421819 [1218] [INF] complex_messages.go:116> Interaction (ignored) result: "{\"board\":[[\"\",\"\",\"O\"],[\"\",\"\",\"\"],[\"X\",\"\",\"\"]],\"end\":nil,\"next\":\"X\",\"turn\":2}\n" errs []: oard\\\":[[\\\"\\\",\\\"\\\",\\\"O\\\"],[\\\"\\\",\\\"\\\",\\\"\\\"],[\\\"X\\\",\\\"\\\",\\\"\\\"]],\\\"end\\\":nil,\\\"next\\\":\\\"X\\\",\\\"turn\\\":2}\\n\" errs []"`
the `[]: oard` part caught my eye (this is logc for https://github.com/grol-io/grol-discord-bot tic tac toe log output)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.