Skip to content

Commit

Permalink
Revert "Reorganize project (#18)" (#19)
Browse files Browse the repository at this point in the history
This reverts commit 7320afe.
  • Loading branch information
krisukox authored Aug 7, 2023
1 parent 7320afe commit 0077080
Show file tree
Hide file tree
Showing 21 changed files with 5 additions and 5 deletions.
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"
"github.com/krisukox/google-flights-api/flights"
"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"
"github.com/krisukox/google-flights-api/flights"
"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"
"github.com/krisukox/google-flights-api/flights"
"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{"Miami", "Orlando"},
[]string{"Mia", "Orlando"},
[]string{"New York", "Philadelphia", "Washington"},
language.English,
)
Expand Down
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion examples_test.go → flights/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"
"github.com/krisukox/google-flights-api/flights"
"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 0077080

Please sign in to comment.