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 (
"bytes"
"errors"
"fmt"
"io/ioutil"
"net/http"
"reflect"
"runtime"
//"runtime/debug"
"unsafe"
)