Added support for custom cassettte location
Via VCRConfig.CassettePath
Quick example:
vcr := govcr.NewVCR("MyCassette",
&govcr.VCRConfig{
CassettePath: "./govcr-fixtures",
})
Note:
If you omit CassettePath
or use ""
then the default path is ./govcr-fixtures
.