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
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?
The text was updated successfully, but these errors were encountered:
@Benaiah try to use your command and got the similar error: gocode/src/github.com/nwidger/jsoncolor/jsoncolor.go:197:19: error: reference to undefined identifier ‘json.Delim’ printObject func(json.Delim)
It seems like this variable (json.Delim) doesn't defined in my environment. Any ideas?
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?
The text was updated successfully, but these errors were encountered: