valval icon indicating copy to clipboard operation
valval copied to clipboard

error: const names cannot contain uppercase letters, use snake_case instead

Open jilotta opened this issue 2 years ago • 0 comments

error: const names cannot contain uppercase letters, use snake_case instead 11 | 12 | const ( 13 | VERSION = '0.1.4' | ~~~~~~~ 14 | V_VERSION = '0.1.24' 15 | HTTP_404 = 'HTTP/1.1 404 Not Found\r\nContent-Type: text/plain\r\n\r\n404 Not Found'

v 0.4.2

jilotta avatar Oct 07 '23 07:10 jilotta