Skip to content

Commit 6ff2286

Browse files
committed
Fix package name
1 parent c2782fe commit 6ff2286

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/auth_flow_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package examples
22

33
import (
44
"fmt"
5-
"github.com/rwestlund/quickbooks-go"
5+
"github.com/nsotgui/quickbooks-go"
66
"github.com/stretchr/testify/require"
77
"testing"
88
)

examples/reuse_token_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package examples
22

33
import (
44
"fmt"
5-
"github.com/rwestlund/quickbooks-go"
5+
"github.com/nsotgui/quickbooks-go"
66
"github.com/stretchr/testify/require"
77
"testing"
88
)

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/rwestlund/quickbooks-go
1+
module github.com/nsotgui/quickbooks-go
22

33
go 1.14
44

0 commit comments

Comments
 (0)