nilsbu / lastfm

Last.FM tools in Go
1 stars 0 forks source link

Reuse early stages of the charts #12

Closed github-actions[bot] closed 2 years ago

github-actions[bot] commented 2 years ago

https://github.com/nilsbu/lastfm/blob/8b5fd10bfa9a8a3713790174fd0258cd3e6ef233/cmd/lastfm-srv/lastfm-srv.go#L100


        return
    }

    // TODO Reuse early stages of the charts
    http.HandleFunc("/", func(rw http.ResponseWriter, r *http.Request) {
        handleRequest(session, s, rw, r)
    })

    if err := http.ListenAndServe(":3000", nil); err != nil {
github-actions[bot] commented 2 years ago

Closed in 18f8254c1fba041791a81f1d15a9a658b71e579e