Skip to content

Instantly share code, notes, and snippets.

View dyrkin's full-sized avatar

Yevhen Zadyra dyrkin

  • Wrocław, Poland
View GitHub Profile
@schmichael
schmichael / gist:7379338
Created November 8, 2013 23:32
Transparently compress and upload a file in golang
package main
import (
"bufio"
"compress/gzip"
"fmt"
"io"
"io/ioutil"
"log"
"net/http"