mirror of
https://github.com/1f349/dendrite.git
synced 2024-11-10 06:53:00 +00:00
da2023ba04
* s/riot/element/g Signed-off-by: Till Faelligen <tfaelligen@gmail.com> * fix formatting Co-authored-by: kegsay <kegan@matrix.org> Co-authored-by: Neil Alexander <neilalexander@users.noreply.github.com>
10 lines
119 B
Go
10 lines
119 B
Go
// +build !elementweb
|
|
|
|
package embed
|
|
|
|
import "github.com/gorilla/mux"
|
|
|
|
func Embed(_ *mux.Router, _ int, _ string) {
|
|
|
|
}
|