Fix embed Riot Web into Yggdrasil demo

This commit is contained in:
Neil Alexander 2020-06-18 13:48:47 +01:00
parent ddf1c8adf1
commit 3547a1768c
3 changed files with 8 additions and 5 deletions

View file

@ -2,6 +2,8 @@
package embed
func Embed(_ int, _ string) {
import "github.com/gorilla/mux"
func Embed(_ *mux.Router, _ int, _ string) {
}