We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a8afc5 commit 70ac4b5Copy full SHA for 70ac4b5
.github/copilot-instructions.md
@@ -3,3 +3,5 @@
3
- Always add code comments.
4
- Use camelCase for variable names.
5
- Use godoc comment style for functions.
6
+- Do not skip error handling if the error is not nil.
7
+- Always create unit tests for new features.
0 commit comments