mirror of
https://github.com/matrix-org/dendrite.git
synced 2024-11-22 22:31:56 -06:00
10 lines
116 B
Go
10 lines
116 B
Go
// +build !riotweb
|
|
|
|
package embed
|
|
|
|
import "github.com/gorilla/mux"
|
|
|
|
func Embed(_ *mux.Router, _ int, _ string) {
|
|
|
|
}
|