Skip to content

Commit

Permalink
Move sources to top-level replicate directory (#2)
Browse files Browse the repository at this point in the history
* Move sources to top-level replicate directory

* Fix import in replicate_test.go
  • Loading branch information
mattt authored Jul 14, 2023
1 parent 895819b commit 11a47ef
Show file tree
Hide file tree
Showing 12 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import (
"context"
"os"

"github.com/replicate/replicate-go/pkg/replicate"
"github.com/replicate/replicate-go/replicate"
)

client := replicate.NewClient(os.Getenv("REPLICATE_API_TOKEN"))
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"testing"
"time"

"github.com/replicate/replicate-go/pkg/replicate"
"github.com/replicate/replicate-go/replicate"
"github.com/stretchr/testify/assert"
)

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 11a47ef

Please sign in to comment.