ziposcar
ziposcar
> Can you not do this? > > ```go > arr := jsonObj.MustArray() > for i := 0; i < len(arr); i++ { > j := &simplejson.Json{data: arr[i]} > //...

I developed a tool to scan dead code based on `gopls` - `definition` , `implementation` and `references`. But I am very sorry that it cannot be open source at present....