stripe-cli
stripe-cli copied to clipboard
fix: fix slice init length
Reviewers
r? @ cc @stripe/developer-products
Summary
The intention here should be to initialize a slice with a capacity of len(params) rather than initializing the length of this slice.
The online demo: https://go.dev/play/p/q1BcVCmvidW
@tomas-stripe @vcheung-stripe @charliecruzan-stripe Hi, could you please review this PR? Thank you!