Skip to content

Commit

Permalink
Removed mutex.
Browse files Browse the repository at this point in the history
  • Loading branch information
natdm committed Oct 16, 2017
1 parent 5935c86 commit 745a98f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions testing/testing.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import (
"os"
"strconv"
"strings"
"sync"

stripe "github.com/stripe/stripe-go"
"github.com/stripe/stripe-go/form"
Expand Down Expand Up @@ -57,7 +56,6 @@ func init() {

stripe.Key = "sk_test_myTestKey"
stripe.SetBackend("api", &stripe.BackendConfiguration{
Mutex: &sync.Mutex{},
Type: stripe.APIBackend,
URL: "http://localhost:" + port + "/v1",
HTTPClient: &http.Client{},
Expand Down

0 comments on commit 745a98f

Please sign in to comment.