stripe / stripe-go

Go library for the Stripe API.
https://stripe.com
MIT License
2.17k stars 460 forks source link

Added comments to v2 examples #1935

Closed jar-stripe closed 1 month ago

jar-stripe commented 1 month ago

Why?

In our recent SDK release we added a couple new examples along with a template to make it easy for us to create new examples. Our documentation around examples was lacking. This PR adds comments to explain each new example.

What?