h2non / gock

HTTP traffic mocking and testing made easy in Go ༼ʘ̚ل͜ʘ̚༽
https://pkg.go.dev/github.com/h2non/gock
MIT License
2.04k stars 106 forks source link

fix: typo in the Off function #112

Open 0xultimate opened 9 months ago

0xultimate commented 9 months ago
// Before: all the registered mocks, even if they has not been intercepted yet.
// After:  all the registered mocks, even if they have not been intercepted yet.
func Off() {