5
Samikn
7y

Can't go beyond this for proper error handling

err => console.log(err)

Comments
  • 0
    Try the Go way
    if err != nil {

    }

    And welcome to devRant!
Add Comment