Skip to content

Commit

Permalink
go fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
mutantmonkey committed Aug 9, 2019
1 parent ab96ae4 commit d102bd5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions wuvt.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ const trackmanURL = "https://trackman-fm.apps.wuvt.vt.edu/api"
const djLinkURL = "https://www.wuvt.vt.edu/playlists/dj/%d"

type TrackmanLatestTrackResponse struct {
Album string `json:"album"`
Album string `json:"album"`
Artist string `json:"artist"`
DJ string `json:"dj"`
DJID int `json:"dj_id"`
Label string `json:"label"`
Title string `json:"title"`
DJ string `json:"dj"`
DJID int `json:"dj_id"`
Label string `json:"label"`
Title string `json:"title"`
}

func wuvtHandler(w http.ResponseWriter, r *http.Request) {
Expand Down

0 comments on commit d102bd5

Please sign in to comment.