4
0
mirror of https://github.com/1f349/dendrite.git synced 2025-03-10 14:13:10 +00:00

11 lines
142 B
Go

//go:build !elementweb
// +build !elementweb
package embed
import "github.com/gorilla/mux"
func Embed(_ *mux.Router, _ int, _ string) {
}