Skip to content

Commit

Permalink
Reorganize project (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
krisukox authored Aug 2, 2023
1 parent 30254e9 commit 7320afe
Show file tree
Hide file tree
Showing 21 changed files with 5 additions and 5 deletions.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion examples/example1/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"log"
"time"

"github.com/krisukox/google-flights-api/flights"
"github.com/krisukox/google-flights-api"
"golang.org/x/text/currency"
"golang.org/x/text/language"
)
Expand Down
2 changes: 1 addition & 1 deletion examples/example2/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"os"
"time"

"github.com/krisukox/google-flights-api/flights"
"github.com/krisukox/google-flights-api"
"golang.org/x/text/currency"
"golang.org/x/text/language"
)
Expand Down
4 changes: 2 additions & 2 deletions examples/example3/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"sync"
"time"

"github.com/krisukox/google-flights-api/flights"
"github.com/krisukox/google-flights-api"
"golang.org/x/text/currency"
"golang.org/x/text/language"
)
Expand Down Expand Up @@ -118,7 +118,7 @@ func main() {
time.Now().AddDate(0, 0, 60),
time.Now().AddDate(0, 0, 90),
7,
[]string{"Mia", "Orlando"},
[]string{"Miami", "Orlando"},
[]string{"New York", "Philadelphia", "Washington"},
language.English,
)
Expand Down
2 changes: 1 addition & 1 deletion flights/examples_test.go → examples_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"log"
"time"

"github.com/krisukox/google-flights-api/flights"
"github.com/krisukox/google-flights-api"
"golang.org/x/text/currency"
"golang.org/x/text/language"
)
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.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 7320afe

Please sign in to comment.