goinsta
goinsta copied to clipboard
json: cannot unmarshal array into Go struct field SearchResult.clear_client_cache of type bool
When'm using this code snippet for visiting the user profile i give this error:
profile, err := insta.VisitProfile(acc) if err != nil { log.Fatal(err) }
help me please