This commit is contained in:
Mark McGranaghan
2012-09-23 12:36:08 -07:00
parent 36c7bf4bef
commit 70dd607774
19 changed files with 123 additions and 84 deletions

View File

@@ -1,6 +1,10 @@
// ## HTTP Client Basic Auth
package main
import ("net/http"; "io/ioutil"; "fmt")
import "net/http"
import "io/ioutil"
import "fmt"
func main() {
req, _ := http.NewRequest("GET", "http://127.0.0.1:5000/", nil)