You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
was looking throuh some of the code files and i noticed you use
iferr!=nil {
log.Fatalln(err)
}
in most samples, my thought on this is why not add modules? or a function in another module file to handel errors where the function looks similar to this
was looking throuh some of the code files and i noticed you use
in most samples, my thought on this is why not add modules? or a function in another module file to handel errors where the function looks similar to this
and just advance the code from there, idk if thats just a me thing but i feel like it would be great to do in a sense of code optimization
The text was updated successfully, but these errors were encountered: