mirror of
https://github.com/matrix-org/dendrite
synced 2024-12-21 11:33:46 +01:00
ce2517b9fb
* Embed * Support for embedding is better now * HTTP on localhost for Ygg demo * Move embed into Yggdrasil demo
7 lines
68 B
Go
7 lines
68 B
Go
// +build !riotweb
|
|
|
|
package embed
|
|
|
|
func Embed(_ int, _ string) {
|
|
|
|
}
|