Support embedding Riot Web (#1113)

* Embed

    * Support for embedding is better now

    * HTTP on localhost for Ygg demo

    * Move embed into Yggdrasil demo
This commit is contained in:
Neil Alexander 2020-06-11 10:16:46 +01:00
parent b7d0ca6855
commit ce2517b9fb
5 changed files with 76 additions and 1 deletions

View file

@ -0,0 +1,7 @@
// +build !riotweb
package embed
func Embed(_ int, _ string) {
}