Beispiel #1
0
func (n *NonPortable) ServeFile(f iface.File) error {
	http.ServeFile(n.w, n.req, f.Path())
	return nil
}