소스 검색

all: rename os.Error to error in various non-code contexts

R=adg
CC=golang-dev
https://golang.org/cl/5328062
v1.2.3
Russ Cox 13 년 전
부모
커밋
da5cf2d336
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      conn.go

+ 1
- 1
conn.go 파일 보기

@@ -828,7 +828,7 @@ func (c *Conn) OCSPResponse() []byte {
}

// VerifyHostname checks that the peer certificate chain is valid for
// connecting to host. If so, it returns nil; if not, it returns an os.Error
// connecting to host. If so, it returns nil; if not, it returns an error
// describing the problem.
func (c *Conn) VerifyHostname(host string) error {
c.handshakeMutex.Lock()


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