2020-06-18 13:48:47 +01:00

10 lines
116 B
Go

// +build !riotweb
package embed
import "github.com/gorilla/mux"
func Embed(_ *mux.Router, _ int, _ string) {
}