Skip to content

Instantly share code, notes, and snippets.

@developer-guy
Created April 19, 2020 13:35
Show Gist options
  • Save developer-guy/faf0700e3b259af4feae302167652c7c to your computer and use it in GitHub Desktop.
Save developer-guy/faf0700e3b259af4feae302167652c7c to your computer and use it in GitHub Desktop.
type patchOperation struct {
Op string `json:"op"`
Path string `json:"path"`
Value interface{} `json:"value,omitempty"`
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment