golang-web-dev icon indicating copy to clipboard operation
golang-web-dev copied to clipboard

fix panic in case of empty commands GET and DEL

Open MrBlackk opened this issue 5 years ago • 0 comments

Added check of array length for GET and DEL commands to avoid panic panic: runtime error: index out of range [1] with length 1

MrBlackk avatar Sep 15 '20 12:09 MrBlackk