20. Go - Panic and Recover

Panic("TEXT") // allows us to close the application and post an error

Recover() // allows to recover from a panic, only if recover is in a defer before a panic



Comments

Popular posts from this blog

20. Data Analytics - Analyze Data to Answer Questions - Week 1

2. FreeCodeCamp - Dynamic Programming - Learn to Solve Algorithmic Problems & Coding Challenges

5. SQL Injection - Blind SQL Injection