# panic
총 2개의 포스트
[Go] Error, Panic 핸들링 (stacktrace)
개요 런타임중 panic이 발생했을 경우, stacktrace가 출력되고 프로그램이 종료됨 panic은 다른 언어의 Exception과 유사 recover 및 추가 작업을 통해 프로그램 종료 없이 stacktrace 출력 구현 recover는 다른 언어의 try
2022년 9월 18일
·
0개의 댓글·
111/02 Study Daily record
The reason for error handling is to prevent program errors that the compiler does not notice. Then you need to set two things. 1) How to set the erro
2022년 2월 11일
·
0개의 댓글·
0