mirror of
https://github.com/matrix-org/dendrite
synced 2025-01-06 10:18:45 +00:00
9 lines
116 B
Go
9 lines
116 B
Go
// +build !riotweb
|
|
|
|
package embed
|
|
|
|
import "github.com/gorilla/mux"
|
|
|
|
func Embed(_ *mux.Router, _ int, _ string) {
|
|
|
|
}
|