This commit is contained in:
Mark McGranaghan
2012-09-23 12:07:35 -07:00
parent e91edf0194
commit 0de3674882
14 changed files with 103 additions and 90 deletions

View File

@@ -1,6 +1,11 @@
// ## HTTPS Client
package main
import ("net/http"; "crypto/tls"; "io/ioutil"; "fmt")
import "net/http"
import "crypto/tls"
import "io/ioutil"
import "fmt"
func main() {
tr := &http.Transport{