Hello, How store all Cookies in a file? like php : ``` <?php curl_setopt ($ch, CURLOPT_COOKIEFILE,"cookie.txt"); ?> ``` How can do this Using Go? @andelf