reference to undefined identifier ‘json.Delim’
Open
- Dominant language
- Go
- Stars
- 10.7k
- Forks
- 408
- PR merge metrics
- No merged PRs in 30d
Description
Hello!
I try to install the package using go
`get github.com/asciimoo/wuzz`
but get an error
`gocode/src/github.com/nwidger/jsoncolor/jsoncolor.go:197:19: error: reference to undefined identifier ‘json.Delim’
printObject func(json.Delim)`
How can I fix it?
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by inspecting jsoncolor.go at line 197, where the build error references json.Delim, and review the dependency used by the `go get github.com/asciimoo/wuzz` command. Confirm the installation path and dependency compatibility, then verify that the package builds without the undefined-identifier error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100