aboutsummaryrefslogtreecommitdiff
path: root/main.go
AgeCommit message (Collapse)Author
2024-04-01fix: Handle not found better (or at all)Gabriel A. Giovanini
By default go tunnels every request to "/", so I'd need to check for paths at the podcast handler so I can report not found for anything other than "/"
2024-04-01feat: Add view to select seriesGabriel A. Giovanini
2024-04-01feat: Add more seriesGabriel A. Giovanini
2024-03-22feat: Add metricsv0.1.4Gabriel A. Giovanini
2024-03-18feat: Rewrite to golangv0.1.3Gabriel A. Giovanini
I have found a nice lib in go to handle XML so I migrate to it. Go is ages easier to deploy then python.