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) {
}