Skip to content

Instantly share code, notes, and snippets.

@up1
Last active July 3, 2026 07:00
Show Gist options
  • Select an option

  • Save up1/1c439f5797cd7fecade2ff846ea8fb15 to your computer and use it in GitHub Desktop.

Select an option

Save up1/1c439f5797cd7fecade2ff846ea8fb15 to your computer and use it in GitHub Desktop.
Demo with Idempotency
func process1(a int, b int) int{
return a+b
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment