mirror of
https://github.com/khairul169/garage-webui.git
synced 2025-06-07 01:09:32 +07:00
7 lines
64 B
Go
7 lines
64 B
Go
//go:build !prod
|
|
// +build !prod
|
|
|
|
package ui
|
|
|
|
func ServeUI() {}
|