Find a file
Chandler Swift 9100cd6ced
Flip teams to format <away>@<home>
Checking the first ten or so results, the ESPN API always seems to
return them in this order. If that ever stops being the case, we can
always check if `competitors[0]` is home or away, but that appears to be
unnecessary at this point.

Requested-By: Eric Villnow
Fixes: #2
2025-01-15 22:17:10 -06:00
internal Initial working prototype 2025-01-13 22:50:12 -06:00
static Flip teams to format <away>@<home> 2025-01-15 22:17:10 -06:00
templates Add support for other leagues 2025-01-14 01:33:16 -06:00
.gitignore Add .gitignore 2025-01-14 01:33:49 -06:00
go.mod Reduce golang compiler version requirement 1.23.4 -> 1.23.0 2025-01-14 18:00:55 -06:00
go.sum Initial working prototype 2025-01-13 22:50:12 -06:00
LICENSE Add LICENSE 2025-01-13 22:54:59 -06:00
main.go Initial working prototype 2025-01-13 22:50:12 -06:00