tidwall / gjson

Get JSON values quickly - JSON parser for Go
MIT License
13.88k stars 841 forks source link

import "github.com/tidwall/gjson" is a program, not an importable package #324

Open hyt498-cpp opened 1 year ago

TeaDove commented 1 year ago

Maybe you installed it incorrectly? Can you give more details about how you installed package and how are you importing it?

ChowChunLeong commented 8 months ago

suppose after you run this "go get -u github.com/tidwall/gjson" command, then u should be able to use the function smoothly already