package router type body interface { mustEmbedBody() } type Body []byte func (Body) mustEmbedBody() {}