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