gofmt -l -w

This commit is contained in:
nikk gitanes
2021-09-21 15:08:55 +03:00
parent b178571100
commit cf150f488c

View File

@@ -7,7 +7,7 @@ func SetupRoute(route *gin.RouterGroup) {
route.GET("/msx/torrents", msxTorrents) route.GET("/msx/torrents", msxTorrents)
route.GET("/msx/playlist", msxPlaylist) route.GET("/msx/playlist", msxPlaylist)
route.GET("/msx/playlist/*fname", msxPlaylist) route.GET("/msx/playlist/*fname", msxPlaylist)
route.GET("/msx/tizen.html", func(c *gin.Context) { route.GET("/msx/tizen.html", func(c *gin.Context) {
c.Data(200, "text/html; charset=utf-8", Msxtizenhtml) c.Data(200, "text/html; charset=utf-8", Msxtizenhtml)
}) })