Skip to content

Commit 55dd15b

Browse files
committed
moved files to root
1 parent 73a3016 commit 55dd15b

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

cmd/main.go

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

7-
"github.com/mrbenosborne/tripadvisor-golang/pkg/tripadvisor"
7+
"github.com/mrbenosborne/tripadvisor-golang"
88
)
99

1010
func main() {
File renamed without changes.

pkg/tripadvisor/tripadvisor.go renamed to tripadvisor.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
"strconv"
88
"time"
99

10-
"github.com/mrbenosborne/tripadvisor-golang/pkg/tripadvisor/models"
10+
"github.com/mrbenosborne/tripadvisor-golang/models"
1111
)
1212

1313
var _ TripAdvisor = (*tripadvisor)(nil)
File renamed without changes.

0 commit comments

Comments
 (0)