aboutsummaryrefslogtreecommitdiff
path: root/cmd/dendrite-demo-pinecone/embed/embed_other.go
blob: 04c2188c31a74d7fe2684c5b1eef9c94d6aa0d83 (plain)
1
2
3
4
5
6
7
8
9
// +build !elementweb

package embed

import "github.com/gorilla/mux"

func Embed(_ *mux.Router, _ int, _ string) {

}