0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-09-19 17:38:56 +02:00
dendrite/cmd/dendrite-demo-pinecone/embed/embed_other.go

10 lines
116 B
Go
Raw Normal View History

// +build !riotweb
package embed
import "github.com/gorilla/mux"
func Embed(_ *mux.Router, _ int, _ string) {
}