참고: Go 1.11은 2024년 1월 30일 지원 종료되었습니다. 기존 Go 1.11 애플리케이션을 계속 실행하고 트래픽을 수신합니다. 그러나 지원 종료 날짜 이후에는 해당 런타임을 사용하는 애플리케이션의 재배포를 App Engine에서 차단할 수 있습니다.
지원되는 최신 Go 버전으로 마이그레이션하는 것이 좋습니다.
Dial은 네트워크 프로토콜의 주소 addr에 연결됩니다.
주소 형식은 host:port이며, 여기서 host는 호스트 이름이거나 IP 주소일 수 있습니다.
알려진 프로토콜은 'tcp' 및 'udp'입니다.
반환된 연결은 net.Conn을 충족하며 ctx가 유효하면 유효합니다. ctx가 잘못된 후에 연결이 사용되면 새로운 컨텍스트로 SetContext를 호출합니다.
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["번역 문제","translationIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2023-10-26(UTC)"],[],[]]