소스 검색

remove that log line here

backfeed-full-error
Fusl 2 년 전
부모
커밋
72c6cf3cf9
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. +0
    -1
      main.go

+ 0
- 1
main.go 파일 보기

@@ -371,7 +371,6 @@ func WriteResponse(res http.ResponseWriter, statusCode int, v interface{}) {
"status_code": statusCode,
}
} else {
log.Printf("%#v", v)
v = map[string]interface{}{
"data": v,
"status_code": statusCode,


불러오는 중...
취소
저장