9 lines
101 B
Go

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