We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: