Skip to content

Commit 7991159

Browse files
authored
Merge pull request #61 from superherointj/patch-1
Fixing package location
2 parents c1dab7d + 78c8539 commit 7991159

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/no-cache/no-cache.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import (
44
"context"
55
"fmt"
66

7-
"github.com/nicksrandall/dataloader"
7+
"github.com/graph-gophers/dataloader"
88
)
99

1010
func main() {

0 commit comments

Comments
 (0)