// WriteProxy creates a new proxy file tree using the txtar-encoded content, // and returns its URL. func WriteProxy(tmpdir string, files map[string][]byte) (string, error) { … }
// WriteProxy creates a new proxy file tree using the txtar-encoded content, // and returns its URL. func WriteProxy(tmpdir string, files map[string][]byte) (string, error) { … }