Registry / testing / dnaeon-go-vcr-v3

dnaeon-go-vcr-v3

JSON →
library3.2.0gogounverified

A library that records and replays HTTP interactions for testing, similar to VCR for Ruby.

go get gopkg.in/dnaeon/go-vcr.v3
INSTALL
IMPORT
SIG · DNAEON-GO-VCR-V3
D
dnaeon-go-vcr-v3
testinggov3.2.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

vcr
gopkg.in/dnaeon/go-vcr.v3

Create a VCR recorder

package main import ( "fmt" "gopkg.in/dnaeon/go-vcr.v3" ) func main() { recorder, _ := vcr.New("fixtures/cassette") defer recorder.Stop() fmt.Println("VCR recorder created") }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.2.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources
dnaeon-go-vcr-v3 — go get dnaeon-go-vcr-v3 · libregistry