forked from rosa/hakurei
8 lines
115 B
Go
8 lines
115 B
Go
//go:build !(frontend && frontend_test)
|
|
|
|
package main
|
|
|
|
import "net/http"
|
|
|
|
func testUiRoutes(mux *http.ServeMux) {}
|