Skip to content

Commit cfc8fa7

Browse files
authoredOct 15, 2020
Merge pull request #1 from Fatsoma/feature/update-paths
Updating package paths to Fatsoma
2 parents 9d24cce + 23a0ce9 commit cfc8fa7

File tree

131 files changed

+287
-287
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

131 files changed

+287
-287
lines changed
 

‎README.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,8 @@ To use a key, pass it to `API`'s `Init` function:
123123
```go
124124

125125
import (
126-
"github.com/stripe/stripe-go"
127-
"github.com/stripe/stripe-go/client"
126+
"github.com/fatsoma/tabb-stripe-go"
127+
"github.com/fatsoma/tabb-stripe-go/client"
128128
)
129129

130130
stripe := &client.API{}
@@ -145,8 +145,8 @@ import (
145145
"google.golang.org/appengine"
146146
"google.golang.org/appengine/urlfetch"
147147

148-
"github.com/stripe/stripe-go"
149-
"github.com/stripe/stripe-go/client"
148+
"github.com/fatsoma/tabb-stripe-go"
149+
"github.com/fatsoma/tabb-stripe-go/client"
150150
)
151151

152152
func handler(w http.ResponseWriter, r *http.Request) {
@@ -182,8 +182,8 @@ client.
182182

183183
```go
184184
import (
185-
"github.com/stripe/stripe-go"
186-
"github.com/stripe/stripe-go/$resource$"
185+
"github.com/fatsoma/tabb-stripe-go"
186+
"github.com/fatsoma/tabb-stripe-go/$resource$"
187187
)
188188

189189
// Setup
@@ -222,8 +222,8 @@ individual key.
222222

223223
```go
224224
import (
225-
"github.com/stripe/stripe-go"
226-
"github.com/stripe/stripe-go/client"
225+
"github.com/fatsoma/tabb-stripe-go"
226+
"github.com/fatsoma/tabb-stripe-go/client"
227227
)
228228

229229
// Setup

‎account.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package stripe
33
import (
44
"encoding/json"
55

6-
"github.com/stripe/stripe-go/form"
6+
"github.com/fatsoma/tabb-stripe-go/form"
77
)
88

99
// AccountType is the type of an account.

0 commit comments

Comments
 (0)
Please sign in to comment.