fixup! Add a managed HTTP(S) transport implementation

This commit is contained in:
Carlos Martín Nieto 2017-04-17 18:34:52 +02:00 committed by Carlos Martín Nieto
parent c726f932db
commit e80ae1125a
1 changed files with 0 additions and 2 deletions

View File

@ -24,12 +24,10 @@ import "C"
import ( import (
"bytes" "bytes"
"errors" "errors"
"fmt"
"io/ioutil" "io/ioutil"
"net/http" "net/http"
"reflect" "reflect"
"runtime" "runtime"
//"runtime/debug"
"unsafe" "unsafe"
) )