Skip to content

Instantly share code, notes, and snippets.

View Godrigos's full-sized avatar
🐶
Learning...

Rodrigo Aluizio Godrigos

🐶
Learning...
View GitHub Profile
@albulescu
albulescu / download.go
Created March 25, 2016 09:44
golang download file with progress
package main
/**
* @website http://albulescu.ro
* @author Cosmin Albulescu <cosmin@albulescu.ro>
*/
import (
"bytes"
"fmt"