mirror of
https://github.com/khairul169/garage-webui.git
synced 2025-04-28 14:59:31 +07:00
9 lines
101 B
Go
9 lines
101 B
Go
//go:build !prod
|
|
// +build !prod
|
|
|
|
package ui
|
|
|
|
import "net/http"
|
|
|
|
func ServeUI(mux *http.ServeMux) {}
|