Mình thấy docs của go nói thế này: The panic built-in function stops normal execution of the current goroutine. When a function F calls panic, normal execution of F stops immediately. Any functions whose execution was deferred by ...
Home/panic