Skip to content

Instantly share code, notes, and snippets.

View shiyuhang0's full-sized avatar
😅
Out sick

shi yuhang shiyuhang0

😅
Out sick
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"