1 2 3 4 5 6 7 8 9
// +build !riotweb package embed import "github.com/gorilla/mux" func Embed(_ *mux.Router, _ int, _ string) { }