gock
gock copied to clipboard
fix: typo in the Off function
// 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() {