반응형
log.WithField("dump=", "start").Debug("auth start")
dump, err := httputil.DumpResponse(resp, true)
if err != nil {
log.Fatal(err)
}
log.WithField("dump??", string(dump[:])).Debug("auth dump")
// fmt.Printf("DUMP => %q", dump)
참고 : https://golang.org/pkg/net/http/httputil/
반응형
'Language > go lang' 카테고리의 다른 글
golang 채널에 대해 알아보자! (0) | 2018.05.11 |
---|---|
용어 - multiplexer (0) | 2018.03.16 |
golang code 구조 살펴보기 (0) | 2018.03.15 |
golang + github Permanently added the RSA host key (0) | 2018.03.05 |
golang + github ignore setting (0) | 2018.03.05 |