Skip to content

Commit

Permalink
moving model files
Browse files Browse the repository at this point in the history
  • Loading branch information
evictorero committed May 29, 2022
1 parent 2d750e0 commit c9e54b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"net/http"
"net/url"
"os"
"smiles/data/model"
"smiles/model"
"sort"
"strconv"
"sync"
Expand Down Expand Up @@ -262,7 +262,7 @@ func processResults(r []model.Result) {
}

if cheapestFareDay != 9_999_999 {
fmt.Printf("Vuelo más barato del día %s:, %s - %s, %s, %s, %d escalas, %d millas\n",
fmt.Printf("Vuelo más barato del día %s: %s - %s, %s, %s, %d escalas, %d millas\n",
cheapestFlightDay.Departure.Date.Format(dateLayout),
cheapestFlightDay.Departure.Airport.Code,
cheapestFlightDay.Arrival.Airport.Code,
Expand Down
File renamed without changes.

0 comments on commit c9e54b2

Please sign in to comment.