mirror of
https://github.com/1f349/dendrite.git
synced 2024-11-09 22:42:58 +00:00
11 lines
142 B
Go
11 lines
142 B
Go
//go:build !elementweb
|
|
// +build !elementweb
|
|
|
|
package embed
|
|
|
|
import "github.com/gorilla/mux"
|
|
|
|
func Embed(_ *mux.Router, _ int, _ string) {
|
|
|
|
}
|