golang-web-dev
golang-web-dev copied to clipboard
Can anyone Update the code in 44th folder. I'm having trouble in connecting in these three simultaneously. When I try to connect go and html, it works fine. When I...
"fmt" package is not used in handlers.go
I keep getting the following error: panic: pq: password authentication failed for user "bond" I cannot find what's wrong with the code, as it's the one that was used in...
Added check of array length for **GET** and **DEL** commands to avoid panic **panic: runtime error: index out of range [1] with length 1**
According to [wikipedia](https://en.wikipedia.org/wiki/ROT13) rot13 should transform just a Latin letters **a-z** and **A-Z**. Everything else should be left untouched: - numbers - punctuation - whitespaces - non-Latin letters - etc....