Go-YT2MP3/ui/ui.go

11 lines
106 B
Go

//go:build !prod
// +build !prod
package ui
import "net/http"
func ServeUI(app *http.ServeMux) {
//
}