heaths / azcrypto

Cryptography client for Azure Key Vault SDK for Go
MIT License
2 stars 1 forks source link

Consider using go-vcr #22

Closed heaths closed 1 year ago

heaths commented 1 year ago

Writing mocks for remote calls is time-intensive, so consider using https://github.com/dnaeon/go-vcr instead. We'd still need the net/http adapter since azcore creates its own http.Transport instead of using the http.DefaultTransport.