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 parse feed_id directly as uuid.UUID type in the JSON structure parameters. Although the uuid.UUID type can usually be correctly decoded by JSON tags, in some cases, Go's JSON decoder may not correctly decode the incoming string directly into uuid.UUID.
I parse feed_id directly as uuid.UUID type in the JSON structure parameters. Although the uuid.UUID type can usually be correctly decoded by JSON tags, in some cases, Go's JSON decoder may not correctly decode the incoming string directly into uuid.UUID.
The text was updated successfully, but these errors were encountered: