Skip to content

Commit

Permalink
chore: rename from go-apollostudio-sdk to standard format apollostudi…
Browse files Browse the repository at this point in the history
…o-go-sdk
  • Loading branch information
BramKaashoek committed May 4, 2023
1 parent c1e9fd7 commit fdffddb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/debug/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"os"

"github.com/joho/godotenv"
"github.com/labd/go-apollostudio-sdk/pkg/apollostudio"
"github.com/labd/apollostudio-go-sdk/pkg/apollostudio"
)

func handleErr(err error) {
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/labd/go-apollostudio-sdk
module github.com/labd/apollostudio-go-sdk

go 1.19

Expand Down

0 comments on commit fdffddb

Please sign in to comment.