0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-09-19 09:28:56 +02:00
dendrite/cmd/dendrite-demo-yggdrasil/embed/embed_other.go
2020-06-18 13:48:47 +01:00

9 lines
116 B
Go

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