Signed-off-by: Alfonso <aseguro@wit.com>
This commit is contained in:
Alfonso 2019-05-25 17:55:26 -07:00
parent f2fcf1d343
commit ba1667eacf
2 changed files with 2 additions and 2 deletions

View File

@ -16,4 +16,4 @@ push:
git push
update:
go get -v ...
go get -v .

View File

@ -68,7 +68,7 @@ func handler2(w http.ResponseWriter, r *http.Request) {
for name, headers := range r.Header {
log.Println("handler2() name =", name)
log.Println("handler2() headers =", headers)
name = strings.(name)
name = string(name)
for _, h := range headers {
log.Println("handler2() h =", h)