Closed Tri125 closed 7 years ago
Related #5
helpers/uuidEncoder.go is converting a string into a slice of bytes then encode it to base64. The problem is that the string is already a representation of bytes.
Should be fixed in 90a25cf646bcf49cf4c278c491dae967f6909fbd.
Fixed in 08c3313af101c1192e561a3c58af63024f0baae1 with the submodule update.
Related #5
helpers/uuidEncoder.go is converting a string into a slice of bytes then encode it to base64. The problem is that the string is already a representation of bytes.