mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-06 22:43:10 -06:00
* Embed
* Support for embedding is better now
* HTTP on localhost for Ygg demo
* Move embed into Yggdrasil demo
8 lines
68 B
Go
8 lines
68 B
Go
// +build !riotweb
|
|
|
|
package embed
|
|
|
|
func Embed(_ int, _ string) {
|
|
|
|
}
|